openbsd-ports/x11/golem/patches/patch-plugins_pier_parseparams_c

12 lines
337 B
Plaintext
Raw Normal View History

2010-05-22 16:59:08 -04:00
$OpenBSD: patch-plugins_pier_parseparams_c,v 1.1 2010/05/22 20:59:08 espie Exp $
--- plugins/pier/parseparams.c.orig Sat May 22 22:58:16 2010
+++ plugins/pier/parseparams.c Sat May 22 22:58:21 2010
@@ -161,6 +161,7 @@ void parseparams() {
}
PWARN("ignoring unknown pier item type %s", itemparam->value);
found:
+ ;
}
}
}