compile failure due to no newline at end of file

This commit is contained in:
Michael Jerris 2013-10-21 10:54:23 -04:00
parent 2cdfb045d2
commit bfcd1e07ca
1 changed files with 1 additions and 1 deletions

View File

@ -812,4 +812,4 @@ int xp_is_blocking(int errcode)
return errcode == EAGAIN || errcode == EWOULDBLOCK || errcode == EINPROGRESS || errcode == EINTR;
}
#endif
#endif