X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/762806f18406049fd7a3579087172b92171fdbc4..54cca6d6782aaa14d8b25c8084ded8b01c3cc810:/plugins/tracklength.c diff --git a/plugins/tracklength.c b/plugins/tracklength.c index cac7008..42f9432 100644 --- a/plugins/tracklength.c +++ b/plugins/tracklength.c @@ -197,7 +197,7 @@ static long tl_flac(const char *path) { fail: if(fd) FLAC__file_decoder_delete(fd); - }# + } #else { FLAC__StreamDecoder *sd = 0;