mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-29 00:23:48 +00:00
Fix syntax error in ASSERT() statement
This commit is contained in:
parent
0e0b83b478
commit
f1d67e1a64
@ -64,7 +64,7 @@ std::set<std::string> Strings::availableLanguages() const
|
||||
}
|
||||
}
|
||||
|
||||
ASSERT(result.find(kDefLanguage) != result.end);
|
||||
ASSERT(result.find(kDefLanguage) != result.end());
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user