diff options
author | mrb0nk500 <b0nk@b0nk.xyz> | 2020-05-30 13:20:01 -0400 |
---|---|---|
committer | mrb0nk500 <b0nk@b0nk.xyz> | 2020-05-30 13:20:01 -0400 |
commit | f600bf84c453649f625b06ba232a7464e7093b32 (patch) | |
tree | be98fe3aa0877fb87d75c179e2da0dbef0dce807 | |
parent | 2090a4fd8ee743b7a3095c354bb0fbc14dbb1495 (diff) |
Fixed a typo, oof.
-rw-r--r-- | asmmon.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ enum token { TOK_INCLUDE }; -enum proto_token { +enum pre_token { PTOK_DOT, PTOK_COLON, PTOK_EQU, |