diff options
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 */ |