]> git.sesse.net Git - vlc/blobdiff - src/misc/darwin_specific.c
Plus sign must not be decoded in URI
[vlc] / src / misc / darwin_specific.c
index 91e1a05469119b446530e8f3dd6eccd4557e5958..810bd1b27ae175a7935d64dddd90eff13edf6154 100644 (file)
@@ -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. */
@@ -161,10 +162,11 @@ void system_Init( libvlc_int_t *p_this, int *pi_argc, const char *ppsz_argv[] )
 /*****************************************************************************
  * system_Configure: check for system specific configuration options.
  *****************************************************************************/
-void system_Configure( libvlc_int_t *p_this, int *pi_argc, const char *ppsz_argv[] )
+void system_Configure( libvlc_int_t *p_this,
+                       int i_argc, const char *const ppsz_argv[] )
 {
     (void)p_this;
-    (void)pi_argc;
+    (void)i_argc;
     (void)ppsz_argv;
 }