diff options
Diffstat (limited to 'tests/auto/qtcpserver/crashingServer/main.cpp')
-rw-r--r-- | tests/auto/qtcpserver/crashingServer/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qtcpserver/crashingServer/main.cpp b/tests/auto/qtcpserver/crashingServer/main.cpp index f135d266b7..c360fe41f8 100644 --- a/tests/auto/qtcpserver/crashingServer/main.cpp +++ b/tests/auto/qtcpserver/crashingServer/main.cpp @@ -61,7 +61,7 @@ int main(int argc, char *argv[]) file.close(); #else printf("Listening\n"); - fflush(stdout); + fflush(stdout); #endif server.waitForNewConnection(5000); |