aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.c')
-rw-r--r--src/nnn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 575f91d..e49493f 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -1014,8 +1014,8 @@ static int nextsel(char **run, char **env, int *presel)
if (c == -1) {
++idle;
- /* Do not check for directory changes in du
- * mode. A redraw forces du calculation.
+ /*
+ * Do not check for directory changes in du mode. A redraw forces du calculation.
* Check for changes every odd second.
*/
#ifdef LINUX_INOTIFY