[vlc-commits] commit: Fix automake warning ( Rémi Denis-Courmont )
    git at videolan.org 
    git at videolan.org
       
    Sun Jun 20 21:17:08 CEST 2010
    
    
  
vlc/vlc-1.1 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jun 20 22:16:41 2010 +0300| [b971d0c96035471d170c5fea4cd8452942b64593] | committer: Rémi Denis-Courmont 
Fix automake warning
whitespace following trailing backslash
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=b971d0c96035471d170c5fea4cd8452942b64593
---
 modules/gui/qt4/Modules.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/Modules.am b/modules/gui/qt4/Modules.am
index 99feeae..f9aa7d7 100644
--- a/modules/gui/qt4/Modules.am
+++ b/modules/gui/qt4/Modules.am
@@ -313,7 +313,7 @@ noinst_HEADERS = \
 	components/interface_widgets.hpp \
 	components/controller.hpp \
 	components/controller_widget.hpp \
-	components/epg/EPGChannels.hpp \	
+	components/epg/EPGChannels.hpp \
 	components/epg/EPGEvent.hpp \
 	components/epg/EPGItem.hpp \
 	components/epg/EPGRuler.hpp \
    
    
More information about the vlc-commits
mailing list