diff options
author | Miroslav Grepl <mgrepl@redhat.com> | 2014-04-11 09:54:44 +0200 |
---|---|---|
committer | Miroslav Grepl <mgrepl@redhat.com> | 2014-04-11 09:54:44 +0200 |
commit | 0ce79dd3761d52f34e370f573cd750ae7a578089 (patch) | |
tree | 6e1937c3f2634c2e2d2bccec9bf15cfadd1a5423 /sediff/sediff.c | |
parent | 47be9ff57e72906660bb62a515222f482131e1fb (diff) | |
download | setools-0ce79dd3761d52f34e370f573cd750ae7a578089.tar.gz setools-0ce79dd3761d52f34e370f573cd750ae7a578089.tar.xz setools-0ce79dd3761d52f34e370f573cd750ae7a578089.zip |
Merge 3.3.8 upstream setools
Diffstat (limited to 'sediff/sediff.c')
-rw-r--r-- | sediff/sediff.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |