From 56547e49506eeb975a9b41d3030a4f5c4e0ad6e7 Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Wed, 1 Sep 2004 10:13:46 +0000 Subject: [PATCH] Function no longer returns anything. Variable is defunct. --- tools/cueprint.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/cueprint.c b/tools/cueprint.c index bbbb3f6..23ed5eb 100644 --- a/tools/cueprint.c +++ b/tools/cueprint.c @@ -214,7 +214,7 @@ void print_conv (char *start, int length, Cd *cd, int trackno) * NOTE: this does not handle octal and hexidecimal escapes * except for \0 */ -int print_esc (char *c) +void print_esc (char *c) { switch (*c) { case 'a': @@ -315,7 +315,6 @@ void cd_printf (char *format, Cd *cd, int trackno) void print_info (Cd *cd) { int i; /* track */ - char *c; cd_printf(d_template, cd, 0);