lib/alsa/Error: fix typo

This commit is contained in:
aeolio 2021-12-14 09:00:45 +01:00 committed by Max Kellermann
parent bea821f194
commit 6d4bedfc56

View File

@ -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