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
battlestar.6
battlestar.c
command1.c
command2.c
command3.c
command4.c
command5.c
command6.c
command7.c
cypher.c
dayfile.c
dayobjs.c
extern.h
fly.c
getcom.c
globals.c
init.c
misc.c
nightfile.c
nightobjs.c
parse.c
pathnames.h
room.c
save.c
words.c