mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Crowdin: Fix Python syntax error
This commit is contained in:
parent
830960027e
commit
08be8156c3
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ p = re.compile(
|
|||
|
||||
|
||||
def c89_cut(old_str):
|
||||
if old_str.endswith('[...]')
|
||||
if old_str.endswith('[...]'):
|
||||
return old_str
|
||||
new_str = ''
|
||||
byte_count = 0
|
||||
|
|
Loading…
Add table
Reference in a new issue