]> Sergey Matveev's repositories - nnn.git/commitdiff
Minor style fix
authorsin <sin@2f30.org>
Mon, 8 Feb 2016 17:22:30 +0000 (17:22 +0000)
committersin <sin@2f30.org>
Mon, 8 Feb 2016 17:22:30 +0000 (17:22 +0000)
noice.c

diff --git a/noice.c b/noice.c
index 5249ca9f975248360d3e9d9df86cad817fff04a5..a95d8fff557a21fd75f65393b6dd35a68872230f 100644 (file)
--- 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)
 {