Cleanup makefile, minor typos
This commit is contained in:
@@ -43,7 +43,7 @@ typedef enum
|
||||
TAG_BOOT = (1 << 17),
|
||||
TAG_EXT = (1 << 17),
|
||||
|
||||
TAG_FILENO = (1<<31)
|
||||
TAG_FILENO = (1u << 31)
|
||||
} LOG_TAG;
|
||||
|
||||
#if DEBUG_LEVEL > 0
|
||||
|
Reference in New Issue
Block a user