From 4624b84cf2ced3948bb6d5612130c11559192f48 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 12 May 2000 00:54:53 +0000 Subject: Small cleanup of file. --- src/bin/psql/command.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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 */ -- cgit v1.2.3