From df2ba2d4c19f496c151c2f83e9e216c8c29fe34a Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Sat, 2 Nov 2024 09:33:39 +0100 Subject: Cosmetics --- storm_dll/storm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storm_dll') 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 -- cgit v1.2.3