summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2022-10-04 13:43:48 +0100
committerAidan MacDonald <amachronic@protonmail.com>2022-11-23 10:08:49 -0500
commitec1611dfa6a6698cdc0138b6790cb056973909ae (patch)
tree8e156e92c3a9445d706fbaf6e7395d9b10ab303d
parent9f09cdc9b819f4e42e54d1bff404398e9c8c379a (diff)
downloadrockbox-ec1611dfa6a6698cdc0138b6790cb056973909ae.tar.gz
rockbox-ec1611dfa6a6698cdc0138b6790cb056973909ae.zip
Add a comment about the ordering of 'enum playmode'
Change-Id: I1f259afaa2d0212c5bedba41380e51b9a911aaaf
-rw-r--r--apps/status.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/status.h b/apps/status.h
index 1add203a0c..c038b793af 100644
--- a/apps/status.h
+++ b/apps/status.h
@@ -21,6 +21,8 @@
21#ifndef _STATUS_H 21#ifndef _STATUS_H
22#define _STATUS_H 22#define _STATUS_H
23 23
24/* Do not reorder these, inbuilt statusbar icons and the
25 * skin engine %mp tag depend on this ordering. */
24enum playmode 26enum playmode
25{ 27{
26 STATUS_PLAY, 28 STATUS_PLAY,