]> git.sesse.net Git - ffmpeg/blobdiff - cmdutils.c
Replace incorrect use of "multiply" with "multiple"
[ffmpeg] / cmdutils.c
index 53444984ddcb0d2d355551ba890ea4e6dbebfa8b..a71c7db8cf8b5fee1ef66ffd4cef21835ec3eddd 100644 (file)
@@ -166,7 +166,7 @@ void show_help_options(const OptionDef *options, const char *msg, int req_flags,
     int first;
 
     first = 1;
-    for (po = options; po->name != NULL; po++) {
+    for (po = options; po->name; po++) {
         char buf[64];
 
         if (((po->flags & req_flags) != req_flags) ||