]> git.sesse.net Git - vlc/blobdiff - src/misc/darwin_specific.c
system_Configure: remove unused indirection
[vlc] / src / misc / darwin_specific.c
index 4ab65248ead3a84e5a9f265effe1b96cd8237038..810bd1b27ae175a7935d64dddd90eff13edf6154 100644 (file)
@@ -162,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;
 }