Skip to content

Commit 633363f

Browse files
authored
Fixup metac_expr_parser.c
1 parent 1889ed5 commit 633363f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser/metac_expr_parser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ metac_expr_t* MetaCParser_ParsePrimaryExpr(metac_parser_t* self, parse_expr_flag
758758
char* stringBufferP = stringBuffer;
759759

760760
// Allocate result expression
761-
metac_expr_t* result = AllocNewExpr(expr_string);
761+
result = AllocNewExpr(expr_string);
762762

763763
// Process adjacent string tokens
764764
while (MetaCParser_PeekMatch(self, tok_string, 1))

0 commit comments

Comments
 (0)