aboutsummaryrefslogtreecommitdiffhomepage
path: root/env_universal.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-02-16 00:32:15 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-02-16 00:32:15 -0800
commitb682c4102e31257f96094617275d451c1b0de855 (patch)
tree2df879d1871a658d4e293aad3e285e5c28e09f64 /env_universal.cpp
parent6d522e6ed6b2e87b193e928e888ca4747a4f974d (diff)
Eliminate next pointer from connection_t, turn connections into a std::list
Diffstat (limited to 'env_universal.cpp')
-rw-r--r--env_universal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/env_universal.cpp b/env_universal.cpp
index bd3350b8..d6f572e3 100644
--- a/env_universal.cpp
+++ b/env_universal.cpp
@@ -205,7 +205,7 @@ static void callback(fish_message_type_t type, const wchar_t *name, const wchar_
Make sure the connection is healthy. If not, close it, and try to
establish a new connection.
*/
-static void check_connection()
+static void check_connection(void)
{
if (! s_env_univeral_inited)
return;