mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-12-21 13:16:49 +01:00
Fix doulbe semicolons.
This commit is contained in:
parent
3b6d9c4b35
commit
97c5fbc9fc
@ -744,6 +744,8 @@ class GDSParser:
|
||||
s += "#endif"
|
||||
s += "\n"
|
||||
|
||||
s = s.replace(";;", ";")
|
||||
|
||||
return s
|
||||
|
||||
func get_cpp_impl_string(file_name : String) -> String:
|
||||
@ -760,6 +762,8 @@ class GDSParser:
|
||||
|
||||
s += "\n\n"
|
||||
|
||||
s = s.replace(";;", ";")
|
||||
|
||||
return s
|
||||
|
||||
func process_file(file_name : String) -> void:
|
||||
|
Loading…
Reference in New Issue
Block a user