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>2015-03-14 04:10:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-03-14 04:10:09 +0300
commit3824e0f1243798fc580f18c7948a5fc473baa58c (patch)
tree7fe79e511970312338d887d6fcb357da0e29ea81 /source/blender/imbuf/intern/bmp.c
parent6e174205488b28381fdb5e8dbcff2a0a61b5ea6c (diff)
Cleanup: style
Diffstat (limited to 'source/blender/imbuf/intern/bmp.c')
-rw-r--r--source/blender/imbuf/intern/bmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/bmp.c b/source/blender/imbuf/intern/bmp.c
index bc5ad96f151..19e655a0b3d 100644
--- a/source/blender/imbuf/intern/bmp.c
+++ b/source/blender/imbuf/intern/bmp.c
@@ -143,7 +143,7 @@ struct ImBuf *imb_bmp_decode(unsigned char *mem, size_t size, int flags, char co
mem += BMP_FILEHEADER_SIZE;
}
else {
- return 0;
+ return NULL;
}
/* for systems where an int needs to be 4 bytes aligned */