Skip to content

Commit c7e626f

Browse files
committed
Merge pull request #181 from Dorbedo/Issue142_proposal
fixed a typo in #180
2 parents 540393e + dc311bb commit c7e626f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/main/script_macros_mission.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
#else
5151
#define PATHTO_SYS(var1,var2,var3) ##var1\##var2\##var3.sqf
5252
#define PATHTOF_SYS(var1,var2,var3) ##var1\##var2\##var3
53-
#define PATHTOF_SYS2(var1,var2,var3) ##var1\##var2\##var3
53+
#define PATHTOF2_SYS(var1,var2,var3) ##var1\##var2\##var3
5454
#endif
5555

5656

0 commit comments

Comments
 (0)