diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2023-09-27 04:30:42 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2023-09-27 04:30:42 +0200 |
commit | 297bb121dcc183411a9b4977f0a4fcfc32b7e3f9 (patch) | |
tree | 6551645c7d2a8dfefb946a03b0f011c0458b4fc0 /gen_font.c | |
parent | f0350659cf5e0166128f07d4770a1ff6357ca5af (diff) | |
download | saw-297bb121dcc183411a9b4977f0a4fcfc32b7e3f9.zip |
rename ttf file
Diffstat (limited to 'gen_font.c')
-rw-r--r-- | gen_font.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ exit #include <assert.h> int main(int argc, char **argv) { - FILE *in = fopen("font.ttf", "rb"); + FILE *in = fopen("black_chancery.ttf", "rb"); FILE *out = fopen("source/saw/font.inl.h", "wb"); assert(in != NULL); assert(out != NULL); |