Commit 79e9ab0a authored by Jean-Paul Saman's avatar Jean-Paul Saman

darwin_specific: remove debug leftover

parent e612dfb7
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
void system_Init( libvlc_int_t *p_this, int *pi_argc, const char *ppsz_argv[] ) void system_Init( libvlc_int_t *p_this, int *pi_argc, const char *ppsz_argv[] )
{ {
VLC_UNUSED(p_this); VLC_UNUSED(p_this);
char i_dummy = '\0'; char i_dummy;
char *p_char = NULL; char *p_char = NULL;
char *p_oldchar = &i_dummy; char *p_oldchar = &i_dummy;
unsigned int i; unsigned int i;
......
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