Cleanup makefile, minor typos

This commit is contained in:
Nicolas Stalder
2019-02-13 03:25:08 +01:00
parent d38d3a8342
commit 8386ae56d2
5 changed files with 23 additions and 46 deletions

View File

@@ -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