diff --git a/src/lib/efreet/efreet_desktop.c b/src/lib/efreet/efreet_desktop.c index 54b8c05091..780ff9a9a6 100644 --- a/src/lib/efreet/efreet_desktop.c +++ b/src/lib/efreet/efreet_desktop.c @@ -88,10 +88,10 @@ efreet_desktop_init(void) #ifdef HAVE_EVIL if (!evil_sockets_init()) - { - ERR("Could not initialize Winsock system"); - goto error; - } + { + ERR("Could not initialize Winsock system"); + goto error; + } #endif efreet_desktop_types = NULL;