summaryrefslogtreecommitdiff
path: root/src/utils/getopt.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-05-25 16:15:34 +0000
committerBruce Momjian <bruce@momjian.us>1999-05-25 16:15:34 +0000
commit07842084fe3e11041f83563c851236395f481470 (patch)
treeab9960e67325bec5a97b8b4dd4b2075ce60cc420 /src/utils/getopt.c
parent4b04b01aaa460f1e52980f24173dc7a4535efd2d (diff)
downloadpostgresql-07842084fe3e11041f83563c851236395f481470.tar.gz
pgindent run over code.
Diffstat (limited to 'src/utils/getopt.c')
-rw-r--r--src/utils/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/getopt.c b/src/utils/getopt.c
index c36550422d..8aa46c72f7 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