fix minor formatting issue

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-05-18 09:32:02 -04:00
parent b34928d029
commit e74402262e
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}