[vlc-devel] commit: macosx: Remove a trailing (Pierre d'Herbemont )

git version control git at videolan.org
Fri May 30 18:02:11 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Fri May 30 18:01:58 2008 +0200| [3a2e925ec784fad9370cdebdf28fca22a2fb3517]

macosx: Remove a trailing
 in msg_Dbg.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3a2e925ec784fad9370cdebdf28fca22a2fb3517
---

 modules/gui/macosx/intf.m |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/macosx/intf.m b/modules/gui/macosx/intf.m
index af73028..6a252d5 100644
--- a/modules/gui/macosx/intf.m
+++ b/modules/gui/macosx/intf.m
@@ -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];




More information about the vlc-devel mailing list