summaryrefslogtreecommitdiff
path: root/openbox/prop.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/prop.c')
-rw-r--r--openbox/prop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/prop.c b/openbox/prop.c
index 40ae6ef2..44abdfe6 100644
--- a/openbox/prop.c
+++ b/openbox/prop.c
@@ -27,7 +27,7 @@ Atoms prop_atoms;
#define CREATE(var, name) (prop_atoms.var = \
XInternAtom(ob_display, name, FALSE))
-void prop_startup()
+void prop_startup(void)
{
CREATE(cardinal, "CARDINAL");
CREATE(window, "WINDOW");