ref: 28422eb530ca46ee2e465036e6e9a2240966026f
parent: 0b571d6d98afb744fe22ee27d9066acb2c3c1d45
author: robs <robs>
date: Sun Mar 30 05:36:26 EDT 2008
fix typo
--- a/src/flac.c
+++ b/src/flac.c
@@ -490,7 +490,7 @@
static char const * const names[] = {"flac", NULL};
static unsigned const encodings[] = {SOX_ENCODING_FLAC, 8, 16, 24, 0, 0};
static sox_format_handler_t const handler = {SOX_LIB_VERSION_CODE,
- "Free Lossless Audio CODEC compressed audio API v", names, 0,
+ "Free Lossless Audio CODEC compressed audio", names, 0,
start_read, read_samples, stop_read,
start_write, write_samples, stop_write,
seek, encodings, NULL, sizeof(priv_t)