diff options
Diffstat (limited to 'dep/ACE_wrappers/ace/ACE.cpp')
-rw-r--r-- | dep/ACE_wrappers/ace/ACE.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/ACE_wrappers/ace/ACE.cpp b/dep/ACE_wrappers/ace/ACE.cpp index 8897a5c0ea1..9780df8e829 100644 --- a/dep/ACE_wrappers/ace/ACE.cpp +++ b/dep/ACE_wrappers/ace/ACE.cpp @@ -2700,7 +2700,7 @@ ACE::handle_timed_accept (ACE_HANDLE listener, // We need a loop here if <restart> is enabled. - for (; ; ) + for (;;) { #if defined (ACE_HAS_POLL) && defined (ACE_HAS_LIMITED_SELECT) |