mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Fix checkpatch warning
This commit is contained in:
parent
a34354409b
commit
b411893137
|
@ -3427,6 +3427,7 @@ nochange:
|
||||||
case SEL_NOTE:
|
case SEL_NOTE:
|
||||||
{
|
{
|
||||||
static char *notepath;
|
static char *notepath;
|
||||||
|
|
||||||
notepath = notepath ? notepath : getenv(env_cfg[NNN_NOTE]);
|
notepath = notepath ? notepath : getenv(env_cfg[NNN_NOTE]);
|
||||||
if (!notepath) {
|
if (!notepath) {
|
||||||
printmsg("set NNN_NOTE");
|
printmsg("set NNN_NOTE");
|
||||||
|
|
Loading…
Reference in a new issue