From 242c2737fbec05a756e516f6e2fec4b739cc49d1 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 13 Mar 2014 01:42:24 -0400 Subject: C comments: remove odd blank lines after #ifdef WIN32 lines A few more --- src/common/pgfnames.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/common/pgfnames.c') diff --git a/src/common/pgfnames.c b/src/common/pgfnames.c index e612ace7d8..9a68163dd7 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 -- cgit v1.2.3