Browse Source

file: use dereference

master
Arun Prakash Jana 5 years ago
parent
commit
0d05d71a0f
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/nnn.c

+ 2
- 2
src/nnn.c View File

@@ -323,9 +323,9 @@ static char g_tmpfpath[TMP_LEN_MAX] __attribute__ ((aligned));

/* Options to identify file mime */
#ifdef __APPLE__
#define FILE_OPTS "-bI"
#define FILE_OPTS "-bIL"
#else
#define FILE_OPTS "-bi"
#define FILE_OPTS "-biL"
#endif

/* Macros for utilities */


Loading…
Cancel
Save