diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-11-22 03:13:55 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-11-22 03:13:55 +0530 |
commit | 48c14230a64798ed2e709149c494a1aa03212dd2 (patch) | |
tree | 935a2942a0c057c3474949303fab62a6cecf9b2e /src/nnn.c | |
parent | 0fec0f7ebbacfcbc56b7525690e477defaeba48e (diff) | |
download | nnn-48c14230a64798ed2e709149c494a1aa03212dd2.tar.gz |
Add file to the list of deps
Diffstat (limited to 'src/nnn.c')
-rw-r--r-- | src/nnn.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -175,7 +175,7 @@ disabledbg() #define ENTRY_INCR 64 /* Number of dir 'entry' structures to allocate per shot */ #define NAMEBUF_INCR 0x1000 /* 64 dir entries at a time, avg. 64 chars per filename = 64*64B = 4KB */ #define DESCRIPTOR_LEN 32 -#define _ALIGNMENT 0x10 +#define _ALIGNMENT 0x10 /* 16-byte alignment */ #define _ALIGNMENT_MASK 0xF #define SYMLINK_TO_DIR 0x1 #define MAX_HOME_LEN 64 |