Skip to content

Commit d15dd33

Browse files
committed
embed.fnc: Use correct name for formal parameter
The prototype here did not match the actual function
1 parent f7d9d8b commit d15dd33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

embed.fnc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3124,7 +3124,7 @@ Adp |NV |scan_bin |NN const char *start \
31243124
Adp |NV |scan_hex |NN const char *start \
31253125
|STRLEN len \
31263126
|NN STRLEN *retlen
3127-
Cp |char * |scan_num |NN const char *s \
3127+
Cp |char * |scan_num |NN const char *start \
31283128
|NN YYSTYPE *lvalp
31293129
Adp |NV |scan_oct |NN const char *start \
31303130
|STRLEN len \

proto.h

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)