Minor style fix

This commit is contained in:
sin 2016-02-08 17:22:30 +00:00
parent c27f605a62
commit 78461b8a06
1 changed files with 2 additions and 2 deletions

View File

@ -315,8 +315,8 @@ printprompt(char *str)
printw(str);
}
/* Returns SEL_* if key is bound and 0 otherwise
Also modifies the run and env pointers (used on SEL_{RUN,RUNARG}) */
/* Returns SEL_* if key is bound and 0 otherwise.
* Also modifies the run and env pointers (used on SEL_{RUN,RUNARG}) */
int
nextsel(char **run, char **env)
{