X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/762806f18406049fd7a3579087172b92171fdbc4..64589273d54ee8813703818d18a680d7feebe3a5:/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;