Skip to content
Snippets Groups Projects
Commit 5840aaf2 authored by Ralph Giles's avatar Ralph Giles
Browse files

Remove duplicate 'libopus' from the fallback version string.

Thanks to Tim Terriberry for pointing out the issue.
parent b8a30f9c
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment