From 0ce79dd3761d52f34e370f573cd750ae7a578089 Mon Sep 17 00:00:00 2001 From: Miroslav Grepl Date: Fri, 11 Apr 2014 09:54:44 +0200 Subject: Merge 3.3.8 upstream setools --- sediff/sediff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sediff/sediff.c') diff --git a/sediff/sediff.c b/sediff/sediff.c index 6022775..341c650 100644 --- a/sediff/sediff.c +++ b/sediff/sediff.c @@ -420,7 +420,7 @@ int main(int argc, char **argv) poldiff_t *diff = NULL; size_t total = 0; - while ((optc = getopt_long(argc, argv, "ctarubANDLMCRqhV", longopts, NULL)) != -1) { + while ((optc = getopt_long(argc, argv, "ctarubAqhV", longopts, NULL)) != -1) { switch (optc) { case 0: break; -- cgit