projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ec2b48
)
fixed typo (?)
author
Harco de Hilster
<harcoh@caos.kun.nl>
Sun, 12 Sep 1999 18:49:59 +0000
(18:49 +0000)
committer
Harco de Hilster
<harcoh@caos.kun.nl>
Sun, 12 Sep 1999 18:49:59 +0000
(18:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3621
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/unix/gsocket.c
patch
|
blob
|
blame
|
history
diff --git
a/src/unix/gsocket.c
b/src/unix/gsocket.c
index ad900ef994781271043ef34ed054cfbed82580c6..55a198c16a71b9eef63d50e14e08a09b93dd992b 100644
(file)
--- a/
src/unix/gsocket.c
+++ b/
src/unix/gsocket.c
@@
-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);
}
}
}