From: Jean-Paul Saman Date: Fri, 11 Apr 2008 11:20:51 +0000 (+0200) Subject: Compile fix. X-Git-Tag: 0.9.0-test0~1489 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c3dca4e1e67470c5656f880d95c93ec3fa50d3e4;p=vlc Compile fix. --- 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,