Commit 423b1133 authored by Jean-Paul Saman's avatar Jean-Paul Saman Committed by Derk-Jan Hartman

darwin_specific: remove debug leftover

(cherry picked from commit 79e9ab0a)
Signed-off-by: default avatarDerk-Jan Hartman <hartman@videolan.org>
parent 27e4e1d2
......@@ -50,7 +50,7 @@
void system_Init( libvlc_int_t *p_this, int *pi_argc, const char *ppsz_argv[] )
{
VLC_UNUSED(p_this);
char i_dummy = '\0';
char i_dummy;
char *p_char = NULL;
char *p_oldchar = &i_dummy;
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