]> Sergey Matveev's repositories - nnn.git/commitdiff
Fix checkpatch warning
authorArun Prakash Jana <engineerarun@gmail.com>
Sun, 24 Feb 2019 03:58:17 +0000 (09:28 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sun, 24 Feb 2019 03:58:17 +0000 (09:28 +0530)
src/nnn.c

index a273c825349dca625b35da629d4ddfc9fc21a216..f64804be9ef94379d28fcec6981c185e303990aa 100644 (file)
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -3427,6 +3427,7 @@ nochange:
                        case SEL_NOTE:
                        {
                                static char *notepath;
+
                                notepath = notepath ? notepath : getenv(env_cfg[NNN_NOTE]);
                                if (!notepath) {
                                        printmsg("set NNN_NOTE");