1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/audio/xmixer/files/patch-scf.c
Kirill Ponomarev 5720602df6 Fix build with gcc-3.4
Approved by:	portmgr (implicit)
2004-09-06 09:04:42 +00:00

15 lines
204 B
C

$FreeBSD$
--- scf.c.orig Mon Sep 6 11:02:44 2004
+++ scf.c Mon Sep 6 11:03:05 2004
@@ -1009,7 +1009,7 @@
if (*(p+1) == '\0')
break;
}
- STOP:
+ STOP:;
} else {
/* it's a int
*/