Merge branch 'jn/parse-config-slot' into jk/colors
[gitweb.git] / builtin / clean.c
index 035ea391a2ec0c9399fa9868888d32e84c93b227..a7e7b0bf6abc0d9d662ab99273dc1c2a86f26698 100644 (file)
@@ -67,7 +67,7 @@ struct menu_item {
        char hotkey;
        const char *title;
        int selected;
-       int (*fn)();
+       int (*fn)(void);
 };
 
 enum menu_stuff_type {