This commit is contained in:
Jan Edmund Lazo 2018-06-19 16:12:55 -04:00
parent b479f89979
commit 14e70878c5

View File

@ -2317,9 +2317,9 @@ doend:
*/ */
int int
checkforcmd( checkforcmd(
char_u **pp, /* start of command */ char_u **pp, // start of command
char *cmd, /* name of command */ char *cmd, // name of command
int len /* required length */ int len // required length
) )
{ {
int i; int i;
@ -4705,7 +4705,7 @@ char_u *check_nextcmd(char_u *p)
*/ */
static int static int
check_more( check_more(
int message, /* when FALSE check only, no messages */ int message, // when FALSE check only, no messages
int forceit int forceit
) )
{ {