mirror of
https://github.com/jarun/nnn.git
synced 2025-01-09 17:39:38 +00:00
Minor style fix
This commit is contained in:
parent
c27f605a62
commit
78461b8a06
4
noice.c
4
noice.c
|
@ -315,8 +315,8 @@ printprompt(char *str)
|
||||||
printw(str);
|
printw(str);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Returns SEL_* if key is bound and 0 otherwise
|
/* Returns SEL_* if key is bound and 0 otherwise.
|
||||||
Also modifies the run and env pointers (used on SEL_{RUN,RUNARG}) */
|
* Also modifies the run and env pointers (used on SEL_{RUN,RUNARG}) */
|
||||||
int
|
int
|
||||||
nextsel(char **run, char **env)
|
nextsel(char **run, char **env)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue