Update ldr_ro.cpp

This commit is contained in:
Nomi 2023-09-13 17:56:14 +02:00
parent 29e3aa9412
commit f2171ff3fe

View file

@ -853,7 +853,7 @@ public:
}
if (currentCROPointer == 0) {
Helpers::warn("Unable to find import module %s\n", importModuleName.c_str());
Helpers::warn("Unable to find import module \"%s\"", importModuleName.c_str());
}
}