Skip to content

Commit 3cc0c8d

Browse files
authored
Merge pull request #72 from rekka/fix-bad-typo
Fix a typo introduced in c7b79e6
2 parents 51f6b71 + ad3d156 commit 3cc0c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tectonic/xetex0.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23182,7 +23182,7 @@ void scan_delimiter(int32_t p, boolean r)
2318223182
cur_val1 = 0x40000000;
2318323183
scan_math_class_int();
2318423184
scan_math_fam_int();
23185-
cur_val1 + cur_val * 0x20000;
23185+
cur_val1 += cur_val * 0x20000;
2318623186
scan_usv_num();
2318723187
cur_val += cur_val1;
2318823188
} else {

0 commit comments

Comments
 (0)