Remove TABS

This commit is contained in:
Ray 2019-02-22 12:12:21 +01:00
parent 641895b5ba
commit a886f5e743
5 changed files with 10 additions and 10 deletions

View file

@ -1631,7 +1631,7 @@ Color *ImageExtractPalette(Image image, int maxPaletteSize, int *extractCount)
if (palCount >= maxPaletteSize)
{
i = image.width*image.height; // Finish palette get
printf("WARNING: Image palette is greater than %i colors!\n", maxPaletteSize);
TraceLog(LOG_WARNING, "Image palette is greater than %i colors!", maxPaletteSize);
}
}
}