diff --git a/shared.c b/shared.c index 08d0d1b..cc22870 100644 --- a/shared.c +++ b/shared.c @@ -2993,7 +2993,7 @@ void dumpinfo(void) { printf("

Power-Ups

\n"); printf("\n"); // fruits - printf("\n"); + printf("\n"); for (i = 0; i < MAXPTYPES; i++) { if ((isfruit(i) == FT_FRUIT) || (isfruit(i) == FT_GEM)) { printf("\n",
Fruits
Fruits

%s
Worth %d points.