Skip to content

Commit 960696e

Browse files
committed
Fix merge
1 parent 6929380 commit 960696e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/proto/menu.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ void ex_menutranslate(exarg_T *eap);
2222
#ifdef FEAT_GUI_MACVIM
2323
void ex_macmenu(exarg_T *eap);
2424
void ex_macmenukey(exarg_T *eap);
25-
char_u *lookup_toolbar_item((int idx);
25+
char_u *lookup_toolbar_item(int idx);
2626
#endif
2727
/* vim: set ft=c : */

0 commit comments

Comments
 (0)