Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ta/config-set-2'
[gitweb.git]
/
builtin
/
clean.c
diff --git
a/builtin/clean.c
b/builtin/clean.c
index 1032563e5fae880df9256c9eafaa96d60462ecd2..3beeea6ec0fdc3883f2456caf46f3e1c4dadc682 100644
(file)
--- a/
builtin/clean.c
+++ b/
builtin/clean.c
@@
-67,7
+67,7
@@
struct menu_item {
char hotkey;
const char *title;
int selected;
- int (*fn)();
+ int (*fn)(
void
);
};
enum menu_stuff_type {