freebsd-ports/comms/grig/files/patch-ac
Kirill Ponomarev e25c01d1c5 Fix build with gcc-3.4
PR:		ports/71941
Submitted by:	maintainer
Approved by:	portmgr (implicit)
2004-10-09 07:51:12 +00:00

18 lines
365 B
Text

--- ./src/grig-config-rot.c.orig Mon Sep 20 15:39:11 2004
+++ ./src/grig-config-rot.c Mon Sep 20 15:40:07 2004
@@ -429,6 +429,7 @@
case 1: /* Cancel */
break;
default:
+ break;
}
gnome_dialog_close (GNOME_DIALOG (dialog));
}
@@ -571,6 +572,7 @@
case 1: /* Cancel */
break;
default:
+ break;
}
gnome_dialog_close (GNOME_DIALOG (dialog));
}