summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/ErrorID.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/LibCompiler/ErrorID.h')
-rw-r--r--dev/LibCompiler/ErrorID.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibCompiler/ErrorID.h b/dev/LibCompiler/ErrorID.h
index 1f58313..380fa69 100644
--- a/dev/LibCompiler/ErrorID.h
+++ b/dev/LibCompiler/ErrorID.h
@@ -12,7 +12,7 @@
#include <LibCompiler/Defines.h>
#include <LibCompiler/ErrorOr.h>
-#define LIBCOMPILER_SUCCESSS 0
+#define LIBCOMPILER_SUCCESS 0
#define LIBCOMPILER_EXEC_ERROR -30
#define LIBCOMPILER_FILE_NOT_FOUND -31
#define LIBCOMPILER_DIR_NOT_FOUND -32