[vlc-devel] commit: darwin_specific: Fix coding style (sick). (Pierre d'Herbemont )
git version control
git at videolan.org
Sun Jan 24 17:59:04 CET 2010
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Sun Jan 24 17:58:49 2010 +0100| [fb64f7ae7f2383390921b89ab9c79237c4941484] | committer: Pierre d'Herbemont
darwin_specific: Fix coding style (sick).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fb64f7ae7f2383390921b89ab9c79237c4941484
---
src/misc/darwin_specific.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/misc/darwin_specific.c b/src/misc/darwin_specific.c
index 91e1a05..4ab6524 100644
--- a/src/misc/darwin_specific.c
+++ b/src/misc/darwin_specific.c
@@ -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. */
More information about the vlc-devel
mailing list