From 99f84572797625a45154596a25527290a3eb2fe4 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Fri, 18 Mar 2022 17:34:11 -0400 Subject: cuesheet, fix dumb typo Change-Id: I17aefb0b507898819f9f6d369d986205c6a59c9d --- apps/cuesheet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/cuesheet.c') diff --git a/apps/cuesheet.c b/apps/cuesheet.c index ec917ce6a9..45354ad14d 100644 --- a/apps/cuesheet.c +++ b/apps/cuesheet.c @@ -179,7 +179,7 @@ static enum eCS_SUPPORTED_TAGS cuesheet_tag_get_option(const char *option) const int len; } cs_options[eCS_COUNT_TAGS_COUNT + 1] = { [eCS_TRACK] = CS_OPTN("TRACK"), - [eCS_INDEX_01] = CS_OPTN("INDEX_01"), + [eCS_INDEX_01] = CS_OPTN("INDEX 01"), [eCS_TITLE] =CS_OPTN("TITLE"), [eCS_PERFORMER] =CS_OPTN("PERFORMER"), [eCS_SONGWRITER] =CS_OPTN("SONGWRITER"), -- cgit v1.2.3