diff options
Diffstat (limited to 'src/bin/psql/startup.c')
-rw-r--r-- | src/bin/psql/startup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/startup.c b/src/bin/psql/startup.c index 036caaec2ff..db30ddc94da 100644 --- a/src/bin/psql/startup.c +++ b/src/bin/psql/startup.c @@ -399,7 +399,7 @@ main(int argc, char *argv[]) cell->val, strlen(cell->val), pset.encoding, standard_strings()); cond_stack = conditional_stack_create(); - psql_scan_set_passthrough(scan_state, (void *) cond_stack); + psql_scan_set_passthrough(scan_state, cond_stack); successResult = HandleSlashCmds(scan_state, cond_stack, |