Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-07-04 23:26:32 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-07-04 23:26:32 +0400
commitb4b5d9c24ec26a51c72b0b695ba749a2b93e4e62 (patch)
tree92c199703efd1a482ff78bfe72d966730c48798b /source/blender/imbuf
parentc4eeda267315731c4cf446c3ed030d4f8c158b52 (diff)
Style cleanup
Diffstat (limited to 'source/blender/imbuf')
-rw-r--r--source/blender/imbuf/intern/png.c2
1 files changed, 1 insertions, 1 deletions
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.
*/