From c3dca4e1e67470c5656f880d95c93ec3fa50d3e4 Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Fri, 11 Apr 2008 13:20:51 +0200 Subject: [PATCH] Compile fix. --- include/vlc_input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_input.h b/include/vlc_input.h index 994d828a23..d71a2de1a5 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, -- 2.39.2