summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorR. Bernstein <rocky@gnu.org>2012-03-10 16:20:25 -0500
committerR. Bernstein <rocky@gnu.org>2012-03-10 16:20:25 -0500
commit556d5fb2a770057d03b6a41bf9b3a7262820a6fe (patch)
tree857a7127aea54a4745842789dd8a34f7059f6cd1 /example
parent892ff0522e3256620bdfb23fc48ee83f486de7af (diff)
cdtext.c: Correct cdtext cue file name.
Diffstat (limited to 'example')
-rw-r--r--example/cdtext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/cdtext.c b/example/cdtext.c
index 2d0ebb35..01e323e3 100644
--- a/example/cdtext.c
+++ b/example/cdtext.c
@@ -19,7 +19,7 @@
/* Simple program to list CD-Text info of a Compact Disc using
libcdio. See also corresponding C++ programs of similar names. */
-#define EXAMPLE_CUE_FILE "../test/data/cat.cue"
+#define EXAMPLE_CUE_FILE "../test/data/cdtext.cue"
#ifdef HAVE_CONFIG_H
#include "config.h"