diff options
author | Ladislav Zezula <zezula@volny.cz> | 2024-11-02 09:33:39 +0100 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2024-11-02 09:33:39 +0100 |
commit | df2ba2d4c19f496c151c2f83e9e216c8c29fe34a (patch) | |
tree | a9bcb41c380c6cfdd702c04ae2b39fdb176beea7 /storm_dll | |
parent | cfc6d1f535de9858e8fd5e75b8773b82e5e19111 (diff) |
Cosmetics
Diffstat (limited to 'storm_dll')
-rw-r--r-- | storm_dll/storm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storm_dll/storm.h b/storm_dll/storm.h index 96cae9c..9dafffd 100644 --- a/storm_dll/storm.h +++ b/storm_dll/storm.h @@ -23,7 +23,7 @@ // will not conflict with other MPQ tools. #ifdef STORM_ALTERNATE_NAMES #define SFILE(Name) Storm##Name - #define SMEM(Name) Storm##Name + #define SMEM(Name) Storm##Name #define SCOMP(Name) Storm##Name #else #define SFILE(Name) SFile##Name |