Commit fb64f7ae authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

darwin_specific: Fix coding style (sick).

parent 684138de
......@@ -80,7 +80,8 @@ void system_Init( libvlc_int_t *p_this, int *pi_argc, const char *ppsz_argv[] )
else
p_char = NULL;
}
else {
else
{
size_t len = strlen(psz_img_name);
/* Do we end by "VLC"? If so we are the legacy VLC.app that doesn't
* link to VLCKit. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment