chiark / gitweb /
update README.upgrades
[disorder] / plugins / tracklength.c
index cac700868ba6a7e66dd68b05e7f5a8d023dbe5f1..42f9432918e1aaeffb04c36e12b1105bc0477505 100644 (file)
@@ -197,7 +197,7 @@ static long tl_flac(const char *path) {
 fail:
     if(fd)
       FLAC__file_decoder_delete(fd);
-  }#
+  }
 #else
   {
     FLAC__StreamDecoder *sd = 0;