From cd27175a4ab621b84cf099fed1369d1d74b71f4d Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Mon, 3 Dec 2018 00:07:19 +0200 Subject: libasound: s/LIBASOUND/ASOUND/ woops --- src/libasound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libasound.c b/src/libasound.c index f3c9fe3..482dd4b 100644 --- a/src/libasound.c +++ b/src/libasound.c @@ -46,7 +46,7 @@ snd_strerror(int errnum) { // Do not bother implementing this, just WARN/ERR directly in this lib // Letting applications show useful error messages never works out - return "set env variable `LIBASOUND_DEBUG` to 1 for more information"; + return "set env variable `ASOUND_DEBUG` to 1 for more information"; } snd_lib_error_handler_t snd_lib_error; -- cgit v1.2.3