diff options
author | red031000 <rubenru09@aol.com> | 2020-06-07 20:24:53 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-06-07 20:24:53 +0100 |
commit | 19f7d55504ad804ba540a8f42aaf1c51b242f8a0 (patch) | |
tree | 92473c2db12853eb6041a7c665d401ceb7fb2697 /tools/nitrogfx/gfx.c | |
parent | 550c03c212bee4096c3b2174f8b9d32d655843ec (diff) |
too -> to
Diffstat (limited to 'tools/nitrogfx/gfx.c')
-rw-r--r-- | tools/nitrogfx/gfx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nitrogfx/gfx.c b/tools/nitrogfx/gfx.c index ad2b313e..7b17a7b1 100644 --- a/tools/nitrogfx/gfx.c +++ b/tools/nitrogfx/gfx.c @@ -384,7 +384,7 @@ void WriteNtrPalette(char *path, struct Palette *palette, bool ncpr) FILE *fp = fopen(path, "wb"); if (fp == NULL) - FATAL_ERROR("Failed too open \"%s\" for writing.\n", path); + FATAL_ERROR("Failed to open \"%s\" for writing.\n", path); uint32_t size = palette->numColors * 2; uint32_t extSize = size + (ncpr ? 0x10 : 0x18); |