1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/games/xconq/files/patch-tcltk::tkmain.c
Kirill Ponomarev 8bb7296b9c Fix build with gcc-3.4
PR:		ports/70168
Submitted by:	Ports Fury
2004-08-08 17:09:43 +00:00

13 lines
212 B
C

--- tcltk/tkmain.c.orig Tue Dec 5 02:51:35 2000
+++ tcltk/tkmain.c Thu Aug 5 21:24:26 2004
@@ -1380,7 +1380,9 @@
)
return TRUE;
case 1:
+ ;
default:
+ ;
}
return FALSE;
}