summaryrefslogtreecommitdiff
path: root/src/post/goom/goom_script_scanner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/post/goom/goom_script_scanner.h')
-rw-r--r--src/post/goom/goom_script_scanner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/goom/goom_script_scanner.h b/src/post/goom/goom_script_scanner.h
index 63b3c7ca3..fb969ce36 100644
--- a/src/post/goom/goom_script_scanner.h
+++ b/src/post/goom/goom_script_scanner.h
@@ -64,7 +64,7 @@ typedef struct _NODE_TYPE{
ConstIntNodeType constInt;
ConstFloatNodeType constFloat;
OprNodeType opr;
- };
+ } val;
} NodeType;
void gsl_commit_compilation();