]> mj.ucw.cz Git - pciutils.git/blobdiff - lib/dump.c
Squashed compiler warnings about code with no effect
[pciutils.git] / lib / dump.c
index 0915b005e503265fbd45f1d02a50b98db7e89c33..04837e64f193304b9270cc4cf84df8a6ca9b8d9b 100644 (file)
@@ -41,7 +41,7 @@ dump_validate(char *s, char *fmt)
     {
       if (*fmt == '#' ? !isxdigit(*s) : *fmt != *s)
        return 0;
-      *fmt++, *s++;
+      fmt++, s++;
     }
   return 1;
 }