8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24b2ef commit 66b82c2Copy full SHA for 66b82c2
src/timezone/zic.c
@@ -3,7 +3,7 @@
3
* 2006-07-17 by Arthur David Olson.
4
*
5
* IDENTIFICATION
6
- * $PostgreSQL: pgsql/src/timezone/zic.c,v 1.25 2010/03/11 18:43:24 tgl Exp $
+ * $PostgreSQL: pgsql/src/timezone/zic.c,v 1.26 2010/03/13 00:40:43 momjian Exp $
7
*/
8
9
#include "postgres_fe.h"
@@ -566,7 +566,7 @@ main(int argc, char *argv[])
566
break;
567
}
568
if (optind == argc - 1 && strcmp(argv[optind], "=") == 0)
569
- usage(stderr, EXIT_FAILURE); /* usage message by request */
+ usage(stderr, EXIT_FAILURE); /* usage message by request */
570
if (directory == NULL)
571
directory = "data";
572
if (yitcommand == NULL)
0 commit comments