mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Crowdin: Fix Python syntax error
This commit is contained in:
parent
830960027e
commit
08be8156c3
@ -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…
x
Reference in New Issue
Block a user