diff options
Diffstat (limited to 'src/bin/psql/describe.c')
-rw-r--r-- | src/bin/psql/describe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/describe.c b/src/bin/psql/describe.c index ab4279ed583..9325a46b8fd 100644 --- a/src/bin/psql/describe.c +++ b/src/bin/psql/describe.c @@ -1160,8 +1160,8 @@ permissionsList(const char *pattern, bool showSystem) return true; error_return: - termPQExpBuffer(&buf); - return false; + termPQExpBuffer(&buf); + return false; } |