diff options
Diffstat (limited to 'src/bin/psql/print.h')
-rw-r--r-- | src/bin/psql/print.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/print.h b/src/bin/psql/print.h index 5b1c7671b11..277441ee045 100644 --- a/src/bin/psql/print.h +++ b/src/bin/psql/print.h @@ -46,8 +46,8 @@ typedef struct _printTableOpt */ void printTable(const char *title, const char * const * headers, const char * const * cells, const char * const * footers, - const char *align, - const printTableOpt * opt, FILE *fout); + const char *align, + const printTableOpt * opt, FILE *fout); |