mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
C comments: remove odd blank lines after #ifdef WIN32 lines
A few more
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user