зеркало из https://github.com/microsoft/git.git
Merge branch 'rs/clean-menu-item-defn' into maint
* rs/clean-menu-item-defn: clean: use f(void) instead of f() to declare a pointer to a function without arguments
This commit is contained in:
Коммит
caea1a2bb5
|
@ -67,7 +67,7 @@ struct menu_item {
|
||||||
char hotkey;
|
char hotkey;
|
||||||
const char *title;
|
const char *title;
|
||||||
int selected;
|
int selected;
|
||||||
int (*fn)();
|
int (*fn)(void);
|
||||||
};
|
};
|
||||||
|
|
||||||
enum menu_stuff_type {
|
enum menu_stuff_type {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче