From 6724a5078748946b8150700125571b6ea62feca8 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 13 Feb 1999 23:22:53 +0000 Subject: Change my-function-name-- to my_function_name, and optimizer renames. --- src/utils/getopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/getopt.c') diff --git a/src/utils/getopt.c b/src/utils/getopt.c index f81b35503b..c36550422d 100644 --- a/src/utils/getopt.c +++ b/src/utils/getopt.c @@ -51,7 +51,7 @@ char *optarg; /* argument associated with option */ #define EMSG "" /* - * getopt -- + * getopt * Parse argc/argv argument vector. */ int -- cgit v1.2.3