]> git.sesse.net Git - vlc/commitdiff
macosx: Remove a trailing
authorPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 30 May 2008 16:01:58 +0000 (18:01 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 30 May 2008 16:03:25 +0000 (18:03 +0200)
 in msg_Dbg.

modules/gui/macosx/intf.m

index af730289e1a1579fefc547089be592f7e96cee02..6a252d510e3a3962fb77e8681a7898ba36975eaa 100644 (file)
@@ -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];