Skip to content

Commit de5f387

Browse files
committed
change: Commet style for S_IFMT
1 parent 29340ba commit de5f387

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/archivers/zip/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module.exports = {
5252
EXT_FILE_ATTR_FILE: 020151000040, // 644 -rw-r--r-- = (((S_IFREG | 0644) << 16) | S_DOS_A) >>> 0
5353

5454
// Unix file types
55-
S_IFMT: 0170000, /* type of file mask */
55+
S_IFMT: 0170000, // type of file mask
5656
S_IFIFO: 010000, // named pipe (fifo)
5757
S_IFCHR: 020000, // character special
5858
S_IFDIR: 040000, // directory

0 commit comments

Comments
 (0)