From: sin Date: Mon, 8 Feb 2016 17:22:30 +0000 (+0000) Subject: Minor style fix X-Git-Tag: v1.0~92^2~14 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=78461b8a06b35509f91173fa9fe5ff78b2f645d8;p=nnn.git Minor style fix --- diff --git a/noice.c b/noice.c index 5249ca9f..a95d8fff 100644 --- a/noice.c +++ b/noice.c @@ -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) {