From cfbd9cb22fc1499c3b2f8207d72dce4cb388e09f Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Sun, 11 Jan 2015 18:02:43 +0100 Subject: Make a few local variables static Change-Id: Ieb77a7f2cdf765afa3121320d03c0478cd97eb0f --- apps/playback.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/playback.c') diff --git a/apps/playback.c b/apps/playback.c index 5c2fc7f8ce..c57855eeac 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -115,7 +115,7 @@ static enum audio_buffer_state /** Main state control **/ static bool ff_rw_mode SHAREDBSS_ATTR = false; /* Pre-ff-rewind mode (A,O-) */ -enum play_status +static enum play_status { PLAY_STOPPED = 0, PLAY_PLAYING = AUDIO_STATUS_PLAY, @@ -268,7 +268,7 @@ enum track_load_status /** Track change controls **/ /* What sort of skip is pending globally? */ -enum track_skip_type +static enum track_skip_type { /* Relative to what user is intended to see: */ /* Codec: +0, Track List: +0, Playlist: +0 */ -- cgit v1.2.3