diff --git a/src/nnn.c b/src/nnn.c index f2056aa2..5c692edc 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -30,7 +30,7 @@ #ifdef __linux__ #if defined(__arm__) || defined(__i386__) -#define _FILE_OFFSET_BITS 64 /* Support large files on 32-bit Linux */ +#define _FILE_OFFSET_BITS 64 /* Support large files on 32-bit */ #endif #include #define LINUX_INOTIFY