freebsd-ports/x11-wm/golem/files/patch-plugins::pier::parseparams.c
Kirill Ponomarev 1c0e7eff69 Fix build with gcc-3.4
PR:		ports/69981
Submitted by:	Andrey Slusar <vasallia@ukr.net>
2004-08-04 10:00:02 +00:00

10 lines
241 B
C

--- plugins/pier/parseparams.c.old Wed Aug 4 05:00:10 2004
+++ plugins/pier/parseparams.c Wed Aug 4 05:00:25 2004
@@ -161,6 +161,7 @@
}
PWARN("ignoring unknown pier item type %s", itemparam->value);
found:
+ continue;
}
}
}