diff options
| author | 2018-11-10 13:56:14 +0530 | |
|---|---|---|
| committer | 2018-11-10 13:56:14 +0530 | |
| commit | 0f7cdfb3b2e66155a9d88b9713b7fa335ea1777a (patch) | |
| tree | ec5993f95771ecc28eb17e0908e1e478d4fa79fd /src | |
| parent | a4eb852dba1cbe89b21f75d514a18d7bafb95805 (diff) | |
| download | nnn-0f7cdfb3b2e66155a9d88b9713b7fa335ea1777a.tar.gz | |
Update docs
Diffstat (limited to 'src')
| -rw-r--r-- | src/nnn.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |