We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a79c3a1 + 8687f77 commit caea1a2Copy full SHA for caea1a2
builtin/clean.c
@@ -67,7 +67,7 @@ struct menu_item {
67
char hotkey;
68
const char *title;
69
int selected;
70
- int (*fn)();
+ int (*fn)(void);
71
};
72
73
enum menu_stuff_type {
0 commit comments