diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2018-12-03 00:07:19 +0200 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2018-12-03 00:07:19 +0200 |
commit | cd27175a4ab621b84cf099fed1369d1d74b71f4d (patch) | |
tree | 7d14ba0bf61b94fd8f9d353d947793bfb18b1a83 | |
parent | d84ff44c12c0fa0966720132f4e815bb749cb0dd (diff) |
libasound: s/LIBASOUND/ASOUND/ woops
-rw-r--r-- | src/libasound.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |