fix: tootls: font_converter: remove extra bracket

This commit is contained in:
Starnakin 2024-12-11 20:55:18 +01:00
parent 33cb3dfa30
commit 99e2d7053b

View File

@ -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")