doc: %NULL changes

This commit is contained in:
Bastien Nocera
2018-09-04 15:58:23 +02:00
parent 1d453b5732
commit 6345835b02
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ struct fp_img *fpi_img_resize(struct fp_img *img, size_t newsize)
/**
* fp_img_free:
* @img: the image to destroy. If NULL, function simply returns.
* @img: the image to destroy. If %NULL, function simply returns.
*
* Frees an image. Must be called when you are finished working with an image.
*/