mirror of
https://github.com/jarun/nnn.git
synced 2025-04-01 11:06:37 +00:00
file: use dereference
This commit is contained in:
parent
22d8b4dba3
commit
0d05d71a0f
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue