diff options
author | Bruce Momjian <bruce@momjian.us> | 2014-03-13 01:34:42 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2014-03-13 01:34:42 -0400 |
commit | 886c0be3f65bdbb68e86ec2d66a8c1a4c34b2923 (patch) | |
tree | 0f837485442f44abfb64f8867bbfd06dfad50346 /src/timezone/zic.c | |
parent | a3115f0d9ec1ac93b82156535dc00b10172a4fe7 (diff) | |
download | postgresql-886c0be3f65bdbb68e86ec2d66a8c1a4c34b2923.tar.gz postgresql-886c0be3f65bdbb68e86ec2d66a8c1a4c34b2923.zip |
C comments: remove odd blank lines after #ifdef WIN32 lines
Diffstat (limited to 'src/timezone/zic.c')
-rw-r--r-- | src/timezone/zic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/timezone/zic.c b/src/timezone/zic.c index cda704266ad..c6a811e018b 100644 --- a/src/timezone/zic.c +++ b/src/timezone/zic.c @@ -2848,7 +2848,6 @@ mkdirs(char *argname) { *cp = '\0'; #ifdef WIN32 - /* * DOS drive specifier? */ |