summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/hwstub/tools/hwstub_load.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hwstub/tools/hwstub_load.cpp b/utils/hwstub/tools/hwstub_load.cpp
index d58eb83396..58c8ac726f 100644
--- a/utils/hwstub/tools/hwstub_load.cpp
+++ b/utils/hwstub/tools/hwstub_load.cpp
@@ -45,7 +45,7 @@ struct player_info_t players[] =
45{ 45{
46 { "zenv", "Zen V", 85 }, 46 { "zenv", "Zen V", 85 },
47 { "zmoz", "Zen Mozaic", 87 }, 47 { "zmoz", "Zen Mozaic", 87 },
48 { "zen", "Zen", 88 }, 48 { "zen", "Zen", 90 },
49 { "zxfi", "Zen X-Fi", 86 }, 49 { "zxfi", "Zen X-Fi", 86 },
50 { NULL, 0 }, 50 { NULL, 0 },
51}; 51};