diff options
| author | 2019-02-24 09:28:17 +0530 | |
|---|---|---|
| committer | 2019-02-24 09:28:17 +0530 | |
| commit | b41189313731729db7b7dcdea56f0b91aa1ec5ed (patch) | |
| tree | b6cc8d0f5ff6fa80510c6ff07e4013db841664ca | |
| parent | a34354409bf85385de6de08a7121f3185ae8a714 (diff) | |
| download | nnn-b41189313731729db7b7dcdea56f0b91aa1ec5ed.tar.gz | |
Fix checkpatch warning
| -rw-r--r-- | src/nnn.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"); |