Minor style fix - noice - small file browser (mirror / fork from 2f30.org)
(HTM) git clone git://git.codemadness.org/noice
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 78461b8a06b35509f91173fa9fe5ff78b2f645d8
(DIR) parent c27f605a62c33f79563ea2271b60df083ae530c8
(HTM) Author: sin <sin@2f30.org>
Date: Mon, 8 Feb 2016 17:22:30 +0000
Minor style fix
Diffstat:
M noice.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git 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)
{