diff options
Diffstat (limited to 'tools/nitrogfx/main.c')
-rw-r--r-- | tools/nitrogfx/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nitrogfx/main.c b/tools/nitrogfx/main.c index 12521517..b7136b03 100644 --- a/tools/nitrogfx/main.c +++ b/tools/nitrogfx/main.c @@ -418,7 +418,7 @@ void HandlePngToNtrPaletteCommand(char *inputPath, char *outputPath, int argc, c bool ncpr = false; bool ir = false; bool nopad = false; - int compNum; + int compNum = 0; for (int i = 3; i < argc; i++) { |