minor comments

This commit is contained in:
Josh Coalson
2003-01-12 08:42:23 +00:00
parent 61fd93f867
commit b3538c813d
9 changed files with 19 additions and 20 deletions

View File

@@ -119,7 +119,7 @@ FLAC__bool import_cs_from(const char *filename, FLAC__StreamMetadata **cuesheet,
return false;
}
*cuesheet = grabbag__cuesheet_parse(f, &error_message, &last_line_read, /*@@@@is_cdda=*/true, lead_out_offset);
*cuesheet = grabbag__cuesheet_parse(f, &error_message, &last_line_read, /*@@@is_cdda=*/true, lead_out_offset);
if(f != stdin)
fclose(f);