summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/mpeg_misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/mpeg_misc.h')
-rw-r--r--apps/plugins/mpegplayer/mpeg_misc.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/apps/plugins/mpegplayer/mpeg_misc.h b/apps/plugins/mpegplayer/mpeg_misc.h
index aeaba56d44..7bac7eb255 100644
--- a/apps/plugins/mpegplayer/mpeg_misc.h
+++ b/apps/plugins/mpegplayer/mpeg_misc.h
@@ -31,16 +31,16 @@
31/* Generic states for when things are too simple to care about naming them */ 31/* Generic states for when things are too simple to care about naming them */
32enum state_enum 32enum state_enum
33{ 33{
34 state0 = 0, 34 STATE0 = 0,
35 state1, 35 STATE1,
36 state2, 36 STATE2,
37 state3, 37 STATE3,
38 state4, 38 STATE4,
39 state5, 39 STATE5,
40 state6, 40 STATE6,
41 state7, 41 STATE7,
42 state8, 42 STATE8,
43 state9, 43 STATE9,
44}; 44};
45 45
46/* Macros for comparing memory bytes to a series of constant bytes in an 46/* Macros for comparing memory bytes to a series of constant bytes in an