From 2453159ffc3ed07f1c7ad97cf58a6fa40ebc8ed6 Mon Sep 17 00:00:00 2001 From: flameeyes Date: Mon, 16 Jun 2008 22:41:44 +0000 Subject: [PATCH] Make cdtext_keywords a static array of arrays. --- lib/driver/cdtext.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/driver/cdtext.c b/lib/driver/cdtext.c index 0ea8d1bb..0b35a5c2 100644 --- a/lib/driver/cdtext.c +++ b/lib/driver/cdtext.c @@ -1,5 +1,5 @@ /* - $Id: cdtext.c,v 1.6 2008/04/22 15:29:11 karl Exp $ + $Id: cdtext.c,v 1.7 2008/06/16 22:41:44 flameeyes Exp $ Copyright (C) 2004, 2005, 2008 Rocky Bernstein toc reading routine adapted from cuetools @@ -37,7 +37,7 @@ /*! Note: the order and number items (except CDTEXT_INVALID) should match the cdtext_field_t enumeration. */ -const char *cdtext_keywords[] = +static const char cdtext_keywords[][16] = { "ARRANGER", "COMPOSER",