NetBSD/games/battlestar
mrg 31c4a0256f fix issues found by GCC 6.4:
battlestar was missing some {} in its insane printf()+puts() usage.
this is a literal code sequence i found:

	printf("The blast catches ");
	printf("the goddess in the ");
	printf("stomach, knocking ");
	puts("her to the ground.");
	printf("She writhes in the ");
	printf("dirt as the agony of ");
	puts("death taunts her.");
	puts("She has stopped moving.");

no lines inserted or removed.

tetris' checkscores() had wrong and missing {} usage.
2018-02-04 08:48:05 +00:00
..
Makefile When using -lcurses, you also need -lterminfo. 2010-02-06 23:45:24 +00:00
battlestar.6
battlestar.c
command1.c WARNS=5, and make WARNS=5 the default for src/games. 2012-06-19 05:46:08 +00:00
command2.c
command3.c fix issues found by GCC 6.4: 2018-02-04 08:48:05 +00:00
command4.c
command5.c avoid unnecessary floating point ops 2014-03-22 23:31:28 +00:00
command6.c fflush the score file while signals are blocked to decrease the chance of 2010-04-24 00:38:30 +00:00
command7.c fix issues found by GCC 6.4: 2018-02-04 08:48:05 +00:00
cypher.c
dayfile.c
dayobjs.c
extern.h Use random(), not rand(). 2014-03-22 23:33:33 +00:00
fly.c Pass -Wstrict-overflow. 2012-10-13 19:58:53 +00:00
getcom.c PR/45842: Henning Petersen: compare fgets with NULL not 0 2012-01-16 17:38:16 +00:00
globals.c
init.c Use random(), not rand(). 2014-03-22 23:33:33 +00:00
misc.c
nightfile.c
nightobjs.c
parse.c
pathnames.h
room.c Don't use return value of a function as format string. 2011-05-23 22:44:18 +00:00
save.c
words.c