diff options
Diffstat (limited to 'catgets/gencat.c')
-rw-r--r-- | catgets/gencat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catgets/gencat.c b/catgets/gencat.c index 1616abfa1e..7047057832 100644 --- a/catgets/gencat.c +++ b/catgets/gencat.c @@ -141,7 +141,7 @@ main (int argc, char *argv[]) header_name = NULL; result = NULL; - while ((opt = getopt_long (argc, argv, "hH:o:V", long_options, NULL)) != EOF) + while ((opt = getopt_long (argc, argv, "hH:o:V", long_options, NULL)) != -1) switch (opt) { case '\0': /* Long option. */ |