From b4b5d9c24ec26a51c72b0b695ba749a2b93e4e62 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 5 Jul 2014 05:26:32 +1000 Subject: Style cleanup --- source/blender/imbuf/intern/png.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/imbuf') diff --git a/source/blender/imbuf/intern/png.c b/source/blender/imbuf/intern/png.c index 67aeda5d0b9..d00a836667e 100644 --- a/source/blender/imbuf/intern/png.c +++ b/source/blender/imbuf/intern/png.c @@ -488,7 +488,7 @@ int imb_savepng(struct ImBuf *ibuf, const char *name, int flags) static void imb_png_warning(png_structp UNUSED(png_ptr), png_const_charp message) { - /* We supress iCCP warnings. That's how Blender always used to behave, + /* We suppress iCCP warnings. That's how Blender always used to behave, * and with new libpng it became too much picky, giving a warning on * the splash screen even. */ -- cgit v1.2.3