From 2115232a16d81d28dbdb8042ed8e9316858514c6 Mon Sep 17 00:00:00 2001 From: Sebastian Parborg Date: Fri, 4 Sep 2020 20:59:13 +0200 Subject: Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fix No functional changes --- source/blender/imbuf/IMB_thumbs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/imbuf/IMB_thumbs.h') diff --git a/source/blender/imbuf/IMB_thumbs.h b/source/blender/imbuf/IMB_thumbs.h index e8c244aaba7..a096301ed97 100644 --- a/source/blender/imbuf/IMB_thumbs.h +++ b/source/blender/imbuf/IMB_thumbs.h @@ -62,7 +62,7 @@ typedef enum ThumbSource { struct ImBuf *IMB_thumb_create(const char *path, ThumbSize size, ThumbSource source, - struct ImBuf *ibuf); + struct ImBuf *img); /* read thumbnail for file and returns new imbuf for thumbnail */ struct ImBuf *IMB_thumb_read(const char *path, ThumbSize size); -- cgit v1.2.3