Skip to content

Commit fc86152

Browse files
committed
Fix compilation warning
1 parent 1723aeb commit fc86152

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/nnn.c

+2
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,9 @@ static char *listroot;
452452
static char *plgpath;
453453
static char *pnamebuf, *pselbuf, *findselpos;
454454
static char *mark;
455+
#ifndef NOX11
455456
static char *hostname;
457+
#endif
456458
#ifndef NOFIFO
457459
static char *fifopath;
458460
#endif

0 commit comments

Comments
 (0)