summaryrefslogtreecommitdiff
path: root/codec/compat
diff options
context:
space:
mode:
Diffstat (limited to 'codec/compat')
-rw-r--r--codec/compat/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codec/compat/getopt.c b/codec/compat/getopt.c
index 1491bf03..23270e6a 100644
--- a/codec/compat/getopt.c
+++ b/codec/compat/getopt.c
@@ -251,7 +251,7 @@ found:
}// end of single character
}//end '-'
- fprintf(stderr,"Invalid option %s\n");
+ fprintf(stderr,"Invalid option\n");
++optind;
return (BADCH);;
}//end function