]> granicus.if.org Git - nethack/commitdiff
lint fix
authorPatR <rankin@nethack.org>
Tue, 11 Oct 2016 23:03:45 +0000 (16:03 -0700)
committerPatR <rankin@nethack.org>
Tue, 11 Oct 2016 23:03:45 +0000 (16:03 -0700)
src/cmd.c

index 437b1a19e519bb65dca14ba798b2b14fdea2749f..4d356edb0c61fd01f0d77b4a89d62b4299910414 100644 (file)
--- a/src/cmd.c
+++ b/src/cmd.c
@@ -631,6 +631,7 @@ wiz_makemap(VOID_ARGS)
         docrt();
         flush_screen(1);
     }
+    return 0;
 }
 
 /* ^F command - reveal the level map and any traps on it */