mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 14:45:41 +12:00
Update ldr_ro.cpp
This commit is contained in:
parent
29e3aa9412
commit
f2171ff3fe
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue