From 90ca75d0d9a597e3b195d5610d54c190fdd95b30 Mon Sep 17 00:00:00 2001 From: PatR Date: Tue, 11 Oct 2016 16:03:45 -0700 Subject: [PATCH] lint fix --- src/cmd.c | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.40.0