fix wrong namespace name
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
5b51d0f733
commit
f22cf02ed8
@ -41,4 +41,4 @@ ErrorCategory::message(int condition) const
|
|||||||
return snd_strerror(condition);
|
return snd_strerror(condition);
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace Avahi
|
} // namespace Alsa
|
||||||
|
@ -31,4 +31,4 @@ ErrorCategory::message(int condition) const
|
|||||||
return spa_strerror(condition);
|
return spa_strerror(condition);
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace Avahi
|
} // namespace PipeWire
|
||||||
|
Loading…
Reference in New Issue
Block a user