Fix oops in r29160 (apps went into games and vice versa).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29163 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2bb81f70f5
commit
5606719499
1 changed files with 1 additions and 1 deletions
|
@ -31,8 +31,8 @@
|
|||
|
||||
|
||||
enum {
|
||||
APPS,
|
||||
GAMES,
|
||||
APPS,
|
||||
DEMOS,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue