lint (trunk only)

Eliminate a couple of warnings that caused make to quit.
This commit is contained in:
nethack.rankin
2010-01-16 00:51:42 +00:00
parent d80fcaada4
commit 2b905f9162
2 changed files with 2 additions and 1 deletions

View File

@@ -3596,6 +3596,7 @@ dosuspend_core(){
} else
#endif
Norep("Suspend command not available.");
return 0;
}
/*cmd.c*/