Commit 3a2e925e authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: Remove a trailing

 in msg_Dbg.
parent 23c05760
......@@ -146,7 +146,7 @@ static void * KillerThread( void *user_data )
vlc_object_wait( p_intf );
vlc_object_unlock( p_intf );
msg_Dbg( p_intf, "Killing the Mac OS X module\n" );
msg_Dbg( p_intf, "Killing the Mac OS X module" );
/* We are dead, terminate */
[NSApp terminate: nil];
......
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