Removed unused Printf parameter
This commit is contained in:
parent
d0202cbdac
commit
a16dc29046
1 changed files with 1 additions and 1 deletions
|
|
@ -2591,7 +2591,7 @@ done:
|
|||
}
|
||||
|
||||
if (!idx) {
|
||||
Printf(w->code, "zval **args = NULL;\n", idx);
|
||||
Printf(w->code, "zval **args = NULL;\n");
|
||||
} else {
|
||||
Printf(w->code, "zval *args[%d];\n", idx);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue