summaryrefslogtreecommitdiff
path: root/src/common/pgfnames.c
diff options
context:
space:
mode:
authorBruce Momjian2014-03-13 05:42:24 +0000
committerBruce Momjian2014-03-13 05:42:24 +0000
commit242c2737fbec05a756e516f6e2fec4b739cc49d1 (patch)
tree78a01e6e8e9dba94a8d0581476ae04d1277182be /src/common/pgfnames.c
parent886c0be3f65bdbb68e86ec2d66a8c1a4c34b2923 (diff)
C comments: remove odd blank lines after #ifdef WIN32 lines
A few more
Diffstat (limited to 'src/common/pgfnames.c')
-rw-r--r--src/common/pgfnames.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/pgfnames.c b/src/common/pgfnames.c
index e612ace7d8e..9a68163dd76 100644
--- a/src/common/pgfnames.c
+++ b/src/common/pgfnames.c
@@ -65,8 +65,8 @@ pgfnames(const char *path)
}
errno = 0;
}
-#ifdef WIN32
+#ifdef WIN32
/*
* This fix is in mingw cvs (runtime/mingwex/dirent.c rev 1.4), but not in
* released version
@@ -74,6 +74,7 @@ pgfnames(const char *path)
if (GetLastError() == ERROR_NO_MORE_FILES)
errno = 0;
#endif
+
if (errno)
{
#ifndef FRONTEND