space fix

This commit is contained in:
georgemoralis 2023-10-31 20:08:13 +02:00
parent 05a5dc2453
commit ffa46d5ad8

View file

@ -25,7 +25,7 @@ u64 UnresolvedStub() {
static std::string snid;
static u64 UnknownStub() {
LOG_ERROR("Stub: Unknown (nid: {} ) called, returning zero to {}\n",snid, __builtin_return_address(0));
LOG_ERROR("Stub: Unknown (nid: {}) called, returning zero to {}\n",snid, __builtin_return_address(0));
return 0;
}