Files
pkgsrc-ng/wm/golem/patches/patch-ae
2013-09-26 17:14:40 +02:00

12 lines
349 B
Plaintext

$NetBSD: patch-ae,v 1.1 2005/12/06 15:20:31 joerg Exp $
--- plugins/simple_menus/parseparams.c.orig 2005-12-06 15:11:20.000000000 +0000
+++ plugins/simple_menus/parseparams.c
@@ -166,5 +166,6 @@ void parseparams(menu_t *menu, param_t *
}
PWARN("ignoring unknown parameter type %s, under %s", param->name, topparam->name);
found:
+ ;
}
}