diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-03-21 13:07:18 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-03-21 13:07:18 -0400 |
commit | 5a5f5ececdde2c4c62bdee649d8b1d3edba96fed (patch) | |
tree | 0bc84d21ca07c0bc6fda23414198b1d606278a49 /macros/enum.asm | |
parent | 624864307e4e7a5055c01d7f06145feec35527a7 (diff) |
Miscellaneous fixes from #694
Diffstat (limited to 'macros/enum.asm')
-rw-r--r-- | macros/enum.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/enum.asm b/macros/enum.asm index 003445be7..41d1da167 100644 --- a/macros/enum.asm +++ b/macros/enum.asm @@ -9,7 +9,7 @@ endc if _NARG >= 2 __enumdir__ = \2 else -__enumdir__ = +1 +__enumdir__ = 1 endc ENDM |