]> git.sesse.net Git - vlc/blobdiff - include/vlc_input.h
Compile fix.
[vlc] / include / vlc_input.h
index 994d828a23ec9bdd68f228447326bdef271a4815..d71a2de1a5d6022d426dd1414faad6ddf1b76caa 100644 (file)
@@ -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,