From f6689a328f07fe579d57c1a419fd8b53db7499c7 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 12 Jan 2000 19:36:36 +0000 Subject: Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions. --- src/bin/psql/print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/psql/print.c') diff --git a/src/bin/psql/print.c b/src/bin/psql/print.c index 15d40a806a9..156cdf6c653 100644 --- a/src/bin/psql/print.c +++ b/src/bin/psql/print.c @@ -204,7 +204,7 @@ print_aligned_text(const char *title, const char * const * headers, if (opt_border == 0) total_w = col_count - 1; else if (opt_border == 1) - total_w = col_count * 3 - 2; + total_w = col_count * 3 - 1; else total_w = col_count * 3 + 1; -- cgit v1.2.3