From 5840aaf26c83f0e6beff57ced047a31be995dd20 Mon Sep 17 00:00:00 2001 From: Ralph Giles <giles@thaumas.net> Date: Tue, 2 Aug 2011 10:33:04 -0700 Subject: [PATCH] Remove duplicate 'libopus' from the fallback version string. Thanks to Tim Terriberry for pointing out the issue. --- src/opus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opus.c b/src/opus.c index 432e6509b..791ec09f2 100644 --- a/src/opus.c +++ b/src/opus.c @@ -32,7 +32,7 @@ #include "opus.h" #ifndef OPUS_VERSION -#define OPUS_VERSION "libopus version unknown" +#define OPUS_VERSION "unknown" #endif const char *opus_strerror(int error) -- GitLab