aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/images/bmpdecoderhelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/images/bmpdecoderhelper.h')
-rw-r--r--src/images/bmpdecoderhelper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/images/bmpdecoderhelper.h b/src/images/bmpdecoderhelper.h
index a0116de833..b448734bbc 100644
--- a/src/images/bmpdecoderhelper.h
+++ b/src/images/bmpdecoderhelper.h
@@ -57,7 +57,7 @@ class BmpDecoderCallback {
/**
* This is called once for an image. It is passed the width and height and
* should return the address of a buffer that is large enough to store
- * all of the resulting pixels (widht * height * 3 bytes). If it returns NULL,
+ * all of the resulting pixels (widht * height * 3 bytes). If it returns nullptr,
* then the decoder will abort, but return true, as the caller has received
* valid dimensions.
*/