git-svn-id: svn://db.shs.com.ru/pip@569 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2017-12-06 14:08:22 +00:00
parent cac7405ea0
commit 36c85b7d55

View File

@@ -58,7 +58,7 @@ bool PISPI::openDevice() {
bool PISPI::closeDevice() { bool PISPI::closeDevice() {
#ifndef WINDOWS #ifndef WINDOWS
if (PRIVATE->fd) close(PRIVATE->fd); if (PRIVATE->fd) ::close(PRIVATE->fd);
#endif #endif
return true; return true;
} }