diff options
Diffstat (limited to 'src/watch.c')
-rw-r--r-- | src/watch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/watch.c b/src/watch.c index b197a50..e414e19 100644 --- a/src/watch.c +++ b/src/watch.c @@ -71,7 +71,7 @@ IceAddConnectionWatch ( /* * Invoke the watch proc with any previously opened ICE connections. */ - + for (i = 0; i < _IceConnectionCount; i++) { _IceWatchedConnection *newWatchedConn = (_IceWatchedConnection *) |