synced with scummvm
This commit is contained in:
parent
fca3a20334
commit
7aa79c880d
115 changed files with 5209 additions and 2608 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
const char *AbstractFSNode::lastPathComponent(const Common::String &str, const char sep) {
|
||||
// TODO: Get rid of this eventually! Use Common::lastPathComponent instead
|
||||
if(str.empty())
|
||||
if (str.empty())
|
||||
return "";
|
||||
|
||||
const char *start = str.c_str();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue