summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/mkzenboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mkzenboot.c b/tools/mkzenboot.c
index 44f11e532a..1ee9952bf0 100644
--- a/tools/mkzenboot.c
+++ b/tools/mkzenboot.c
@@ -841,7 +841,7 @@ static struct player_info_t players[] = {
841 {"Zen V", null_key_v3, tl_zenv_key, false}, 841 {"Zen V", null_key_v3, tl_zenv_key, false},
842 {"Zen V Plus", null_key_v3, tl_zenvp_key, false}, 842 {"Zen V Plus", null_key_v3, tl_zenvp_key, false},
843 {"Zen V Video", null_key_v3, tl_zenvv_key, false}, 843 {"Zen V Video", null_key_v3, tl_zenvv_key, false},
844 {NULL, NULL, NULL, NULL, false} 844 {NULL, NULL, NULL, false}
845}; 845};
846 846
847void log_message(const char* format, ...); 847void log_message(const char* format, ...);