X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/762806f18406049fd7a3579087172b92171fdbc4..658c8a359409a339d71910f68452bfaa751734c0:/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;