diff options
| author | iamcheeseman <[email protected]> | 2026-05-11 08:43:44 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-11 08:43:58 -0400 |
| commit | 9f06f971752b5cbbb76cc15543f66b80eabd707f (patch) | |
| tree | 532d872f77c87a1d7403e40ce5dc2aaeb111cdaf | |
| parent | 387d00660ff221576637d90cb9997276bdac3f8c (diff) | |
fix formatting
| -rw-r--r-- | font.qoi | bin | 0 -> 1786 bytes | |||
| -rw-r--r-- | teensy/teensy_common.c | 3 |
2 files changed, 1 insertions, 2 deletions
diff --git a/font.qoi b/font.qoi Binary files differnew file mode 100644 index 0000000..062bb56 --- /dev/null +++ b/font.qoi 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); |
