You need to sign in or sign up before continuing.
Commit 6d4bedfc authored by aeolio's avatar aeolio Committed by Max Kellermann

lib/alsa/Error: fix typo

parent bea821f1
...@@ -50,4 +50,4 @@ MakeError(int error, const char *msg) noexcept ...@@ -50,4 +50,4 @@ MakeError(int error, const char *msg) noexcept
return std::system_error(error, error_category, msg); return std::system_error(error, error_category, msg);
} }
} // namespace Avahi } // namespace Alsa
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment