aboutsummaryrefslogtreecommitdiff
path: root/tools/skycpt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/skycpt')
-rw-r--r--tools/skycpt/cptcompiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/skycpt/cptcompiler.cpp b/tools/skycpt/cptcompiler.cpp
index 0572bc1537..cac009a662 100644
--- a/tools/skycpt/cptcompiler.cpp
+++ b/tools/skycpt/cptcompiler.cpp
@@ -247,7 +247,7 @@ void processSymlinks(FILE *inf, CptObj *destArr, uint16 *baseLists) {
dofgets(line, 1024, inf);
assert((line[0] == '\t') && (line[1] == '\t') && (line[2] == '-') && (line[3] == '>'));
- char *stopCh;
+ char *stopCh;
uint16 destId = (uint16)strtoul(line + 4, &stopCh, 16);
assert(stopCh == (line + 8));
assert((stopCh[0] == ':') && (stopCh[1] == ':'));