Browse Source

Fix checkpatch warning

master
Arun Prakash Jana 5 years ago
parent
commit
b411893137
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/nnn.c

+ 1
- 0
src/nnn.c View File

@@ -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");


Loading…
Cancel
Save