From: PatR Date: Tue, 11 Oct 2016 23:03:45 +0000 (-0700) Subject: lint fix X-Git-Tag: NetHack-3.6.1_RC01~568 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90ca75d0d9a597e3b195d5610d54c190fdd95b30;p=nethack lint fix --- diff --git a/src/cmd.c b/src/cmd.c index 437b1a19e..4d356edb0 100644 --- 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 */