fixed typo (?)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3621 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -726,9 +726,9 @@ void _GSocket_Configure_Callbacks(GSocket *socket)
|
||||
int count;
|
||||
for (count=0;count<GSOCK_MAX_EVENT;count++) {
|
||||
if ((socket->m_cbacks[count]) != NULL) {
|
||||
GSocket_Enable(socket, count);
|
||||
_GSocket_Enable(socket, count);
|
||||
} else {
|
||||
GSocket_Disable(socket, count);
|
||||
_GSocket_Disable(socket, count);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user