freebsd-ports/x11-wm/amaterus/files/patch-src::wmlabel.c
Kirill Ponomarev 631deef911 Fix build with gcc3.4
PR:		ports/70102
Submitted by:	Andrey Slusar <vasallia@ukr.net>
2004-08-07 06:57:35 +00:00

10 lines
179 B
C

--- src/wmlabel.c.old Thu Aug 5 05:53:44 2004
+++ src/wmlabel.c Thu Aug 5 05:53:59 2004
@@ -42,6 +42,7 @@
break;
default:
+ break;
}
list = list->next;
}