[vlc-devel] commit: Compile fix. (Jean-Paul Saman )
    git version control 
    git at videolan.org
       
    Fri Apr 11 13:21:45 CEST 2008
    
    
  
vlc | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Fri Apr 11 13:20:51 2008 +0200| [c3dca4e1e67470c5656f880d95c93ec3fa50d3e4]
Compile fix.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c3dca4e1e67470c5656f880d95c93ec3fa50d3e4
---
 include/vlc_input.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/vlc_input.h b/include/vlc_input.h
index 994d828..d71a2de 100644
--- a/include/vlc_input.h
+++ b/include/vlc_input.h
@@ -544,7 +544,7 @@ enum input_state_e
     ERROR_S
 };
 
-static const char *ppsz_input_state[] = { N_("Initializing"), N_("Opening"), N_("Buffer"), N_("Play"), N_("Pause"), N_("Stop"), N_("Error") }
+static const char *ppsz_input_state[] = { N_("Initializing"), N_("Opening"), N_("Buffer"), N_("Play"), N_("Pause"), N_("Stop"), N_("Error") };
 
 /* "rate" default, min/max
  * A rate below 1000 plays the movie faster,
    
    
More information about the vlc-devel
mailing list