NetBSD/games/tetris
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
..
input.c ANSIfy function declarations. 2009-05-25 04:33:53 +00:00
input.h
Makefile Userland now builds and uses terminfo instead of termcap. 2010-02-03 15:34:37 +00:00
pathnames.h
scores.c fix issues found by GCC 6.4: 2018-02-04 08:48:05 +00:00
scores.h Clean up scorefile handling. 2009-05-25 08:33:57 +00:00
screen.c elide compiler stupidity. 2017-03-20 22:05:27 +00:00
screen.h sprinkle static 2009-08-12 08:44:45 +00:00
shapes.c Add a little color. In order to minimize logic differences, keep 0 as the 2014-06-11 16:47:39 +00:00
tetris.6 tetris(6) is not limited to CRT displays. noted by tnn 2016-03-12 03:14:59 +00:00
tetris.c Center game board on screen. OK from christos@. 2016-03-03 21:38:55 +00:00
tetris.h Center game board on screen. OK from christos@. 2016-03-03 21:38:55 +00:00