diff options
Diffstat (limited to 'src/bin/psql/variables.c')
-rw-r--r-- | src/bin/psql/variables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/variables.c b/src/bin/psql/variables.c index d9f9a19077..d3fbbdafb8 100644 --- a/src/bin/psql/variables.c +++ b/src/bin/psql/variables.c @@ -113,7 +113,7 @@ SetVariable(VariableSpace space, const char *name, const char *value) bool SetVariableBool(VariableSpace space, const char *name) { - return SetVariable(space, name, ""); + return SetVariable(space, name, ""); } |