freebsd-ports/games/phalanx/files/patch-io.c
Kirill Ponomarev 45b402b338 Fix build with gcc-3.4
PR:		ports/70167
Submitted by:	Ports Fury
2004-08-08 17:08:40 +00:00

11 lines
261 B
C

--- io.c.orig Sat Jan 8 23:36:29 2000
+++ io.c Thu Aug 5 20:57:30 2004
@@ -894,7 +894,7 @@
{ case 0: puts("off"); break;
case 1: puts("on"); break;
case 2: puts("on (pondering)"); break;
- default:
+ default: ;
}
printf(" Transposition table ... ");