Skip to content

Commit

Permalink
patch 8.2.3434: function prototype for trigger_modechanged() is incom…
Browse files Browse the repository at this point in the history
…plete

Problem:    Function prototype for trigger_modechanged() is incomplete.
Solution:   Add "void".
  • Loading branch information
brammool committed Sep 12, 2021
1 parent bdcba24 commit 28e591d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/proto/misc1.pro
Expand Up @@ -47,5 +47,5 @@ int goto_im(void);
char_u *get_isolated_shell_name(void);
int path_is_url(char_u *p);
int path_with_url(char_u *fname);
void trigger_modechanged();
void trigger_modechanged(void);
/* vim: set ft=c : */
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -755,6 +755,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3434,
/**/
3433,
/**/
Expand Down

0 comments on commit 28e591d

Please sign in to comment.