fix wrong namespace name

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2021-11-23 13:48:06 -08:00 committed by Max Kellermann
parent 5b51d0f733
commit f22cf02ed8
2 changed files with 2 additions and 2 deletions

View File

@ -41,4 +41,4 @@ ErrorCategory::message(int condition) const
return snd_strerror(condition);
}
} // namespace Avahi
} // namespace Alsa

View File

@ -31,4 +31,4 @@ ErrorCategory::message(int condition) const
return spa_strerror(condition);
}
} // namespace Avahi
} // namespace PipeWire