fix: tootls: font_converter: remove extra bracket
This commit is contained in:
parent
33cb3dfa30
commit
99e2d7053b
@ -59,7 +59,7 @@ for charactere in characteres:
|
|||||||
.bitmap = NULL,
|
.bitmap = NULL,
|
||||||
}},\
|
}},\
|
||||||
"""
|
"""
|
||||||
string += "\n}};"
|
string += "\n};"
|
||||||
|
|
||||||
if not os.path.exists("./headers/fonts"):
|
if not os.path.exists("./headers/fonts"):
|
||||||
os.makedirs("./headers/fonts")
|
os.makedirs("./headers/fonts")
|
||||||
|
Loading…
Reference in New Issue
Block a user