From 9f06f971752b5cbbb76cc15543f66b80eabd707f Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Mon, 11 May 2026 08:43:44 -0400 Subject: fix formatting --- font.qoi | Bin 0 -> 1786 bytes teensy/teensy_common.c | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 font.qoi diff --git a/font.qoi b/font.qoi new file mode 100644 index 0000000..062bb56 Binary files /dev/null and b/font.qoi differ diff --git a/teensy/teensy_common.c b/teensy/teensy_common.c index 96d589e..563a729 100644 --- a/teensy/teensy_common.c +++ b/teensy/teensy_common.c @@ -17,9 +17,8 @@ char *read_file(const char *path, size_t *size_out) size_t bytes_read = fread(dat, sizeof(char), size, file); - if (bytes_read < size) { + if (bytes_read < size) ty_log_fatal(TY_ERR_IO, "could not read file '%s'", path); - } fclose(file); -- cgit v1.3-2-g0d8e