diff --git a/src/bin/callbacks.c b/src/bin/callbacks.c index 1f91e58..7e89f59 100644 --- a/src/bin/callbacks.c +++ b/src/bin/callbacks.c @@ -70,7 +70,7 @@ _callback_server_motd(Express_Network *net EINA_UNUSED, const char *event EINA_U void _callback_server_error(Express_Network *net EINA_UNUSED, const char *event EINA_UNUSED, const char *source EINA_UNUSED, const char **params, unsigned int count EINA_UNUSED, void *data EINA_UNUSED) { - if (!strncasecmp(params[0],"Closing Link", 12)) + if (!strncasecmp(params[0], "Closing Link", 12)) express_network_disconnect(net); }