summaryrefslogtreecommitdiff
path: root/apps/cuesheet.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/cuesheet.c')
-rw-r--r--apps/cuesheet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/cuesheet.c b/apps/cuesheet.c
index 9c23d817be..de5a258ca8 100644
--- a/apps/cuesheet.c
+++ b/apps/cuesheet.c
@@ -75,7 +75,7 @@ bool cuesheet_is_enabled(void)
75 75
76bool look_for_cuesheet_file(const char *trackpath, char *found_cue_path) 76bool look_for_cuesheet_file(const char *trackpath, char *found_cue_path)
77{ 77{
78 DEBUGF("look for cue file\n"); 78 /* DEBUGF("look for cue file\n"); */
79 79
80 char cuepath[MAX_PATH]; 80 char cuepath[MAX_PATH];
81 char *dot, *slash; 81 char *dot, *slash;