summaryrefslogtreecommitdiff
path: root/Help.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Help.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help.c b/Help.c
index aab179d..aaa4e9f 100644
--- a/Help.c
+++ b/Help.c
@@ -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;