summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorBruce Momjian1996-11-08 20:46:33 +0000
committerBruce Momjian1996-11-08 20:46:33 +0000
commitc9c0e111b8d5c186c4cf3742a00e3163f02fab53 (patch)
tree3bef47505275f261ec40537ae280af6d29287b5a /src/bin
parent8006c6f52f67cccaa9d57e2c895d95b609372c41 (diff)
More compile cleanups
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/psql/psql.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/psql.c b/src/bin/psql/psql.c
index 95a111f1930..1d0f5883cae 100644
--- a/src/bin/psql/psql.c
+++ b/src/bin/psql/psql.c
@@ -1,4 +1,4 @@
-*-------------------------------------------------------------------------
+/*-------------------------------------------------------------------------
*
* psql.c--
* an interactive front-end to postgres95
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.25 1996/11/08 06:01:33 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/Attic/psql.c,v 1.26 1996/11/08 20:46:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/