diff options
Diffstat (limited to '')
-rw-r--r-- | Help.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -#include "mwcc_decomp.h" +#include "includes/mwcc_decomp.h" typedef struct _Side { short offset; short width; @@ -415,7 +415,7 @@ void Help_Options(struct OptionList *lst, int subprint, const char *keyword) { opts = lst->list; toolflags = 0; - if (Option_ThisTool() == (unsigned int) OTF_TOOL_COMPILER) { + if (Option_ThisTool() == OTF_TOOL_COMPILER) { toolflags |= LISTFLAGS_COMPILER; } else { toolflags |= LISTFLAGS_LINKER; |