diff options
Diffstat (limited to 'src/bin/psql/print.h')
-rw-r--r-- | src/bin/psql/print.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/print.h b/src/bin/psql/print.h index 005ba15e983..9033c4bce38 100644 --- a/src/bin/psql/print.h +++ b/src/bin/psql/print.h @@ -163,7 +163,7 @@ typedef struct printQueryOpt extern const printTextFormat pg_asciiformat; extern const printTextFormat pg_asciiformat_old; -extern const printTextFormat pg_utf8format; +extern printTextFormat pg_utf8format; /* ideally would be const, but... */ extern void disable_sigpipe_trap(void); |