libos: Fix Action

This commit is contained in:
apio 2024-07-31 19:32:47 +02:00
parent 15dc71e8e1
commit 2aefbdc4ee
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -107,7 +107,7 @@ namespace os
void call()
{
return m_function();
m_function();
}
private: