mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 05:49:58 +00:00
Add missing return true;
This commit is contained in:
parent
628005799f
commit
c94767905a
@ -101,4 +101,5 @@ bool decompress_string(const std::string& str, std::string *dest) {
|
||||
}
|
||||
|
||||
*dest = outstring;
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user