diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-05-12 00:54:53 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-05-12 00:54:53 +0000 |
commit | 4624b84cf2ced3948bb6d5612130c11559192f48 (patch) | |
tree | ad4bf82c387611e2cf38f4f304a1997465ecf306 /src | |
parent | 7da0f5d7de655eefc4ddf2070c246f7c6b67c438 (diff) | |
download | postgresql-4624b84cf2ced3948bb6d5612130c11559192f48.tar.gz postgresql-4624b84cf2ced3948bb6d5612130c11559192f48.zip |
Small cleanup of file.
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/psql/command.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/psql/command.c b/src/bin/psql/command.c index c9f0b63418a..9ea8c6e02a0 100644 --- a/src/bin/psql/command.c +++ b/src/bin/psql/command.c @@ -3,7 +3,7 @@ * * Copyright 2000 by PostgreSQL Global Development Group * - * $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.32 2000/05/05 09:38:40 petere Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/command.c,v 1.33 2000/05/12 00:54:53 momjian Exp $ */ #include "postgres.h" #include "command.h" @@ -814,7 +814,6 @@ scan_option(char **string, enum option_type type, char *quote) switch (options_string[pos]) { - /* * Double quoted string */ |