From 9f110560af549e6ddbb1d4ecefc26306459472b6 Mon Sep 17 00:00:00 2001 From: "rjk@greenend.org.uk" <> Date: Sat, 10 Nov 2007 18:46:03 +0000 Subject: [PATCH] typo --- plugins/tracklength.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0