diff options
Diffstat (limited to 'src/bin/psql/common.c')
-rw-r--r-- | src/bin/psql/common.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/psql/common.c b/src/bin/psql/common.c index d9d734581af..01c3cd50e0f 100644 --- a/src/bin/psql/common.c +++ b/src/bin/psql/common.c @@ -3,7 +3,7 @@ * * Copyright (c) 2000-2003, PostgreSQL Global Development Group * - * $Header: /cvsroot/pgsql/src/bin/psql/common.c,v 1.70 2003/08/04 23:59:39 tgl Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/common.c,v 1.71 2003/08/08 21:42:24 momjian Exp $ */ #include "postgres_fe.h" #include "common.h" @@ -487,8 +487,8 @@ PrintQueryTuples(const PGresult *results) */ static bool PrintQueryResults(PGresult *results, - const TimevalStruct * before, - const TimevalStruct * after) + const TimevalStruct *before, + const TimevalStruct *after) { bool success = false; |