]> git.draconx.ca Git - cdecl99.git/blobdiff - src/execute.gperf
Avoid a couple warnings reported by gcc.
[cdecl99.git] / src / execute.gperf
index c667408c57c85282298ec9e6c55c0638e6b609c3..5f6740e40c7d2ba9bd231f5389f618163592d7b9 100644 (file)
@@ -73,7 +73,7 @@ static int run_cmd_help(void)
                w = printf("  %s", stringpool+c->name);
                if (w < 0 || w > 13) {
                        putchar('\n');
-                        0;
+                       w = 0;
                }
 
                print_block(gettext(strtab+c->cmd), 15, w);