summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2020-05-30 13:20:01 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2020-05-30 13:20:01 -0400
commitf600bf84c453649f625b06ba232a7464e7093b32 (patch)
treebe98fe3aa0877fb87d75c179e2da0dbef0dce807
parent2090a4fd8ee743b7a3095c354bb0fbc14dbb1495 (diff)
Fixed a typo, oof.
-rw-r--r--asmmon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/asmmon.h b/asmmon.h
index 10c52e3..53fdea2 100644
--- a/asmmon.h
+++ b/asmmon.h
@@ -115,7 +115,7 @@ enum token {
TOK_INCLUDE
};
-enum proto_token {
+enum pre_token {
PTOK_DOT,
PTOK_COLON,
PTOK_EQU,