fix: Missing closing bracket (#336)
Some checks failed
Build bemanitools / build (push) Has been cancelled

Fix mistake that happened during conflict resolution
before the merge.
This commit is contained in:
icex2 2025-02-19 19:49:09 +01:00 committed by GitHub
parent ccbd47428f
commit c67053f3d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,3 +38,4 @@ int main(int argc, char **argv)
}
return success ? 0 : 1;
}