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:
authorJacques Lucke <jacques@blender.org>2020-07-03 18:07:01 +0300
committerJacques Lucke <jacques@blender.org>2020-07-03 18:07:13 +0300
commit4a5389816b4240eb9f06bb469bf5b308a4b7f13c (patch)
treef7f2656b7797b5d6d87e40ba2c4fbd0bc609e511 /source/blender/blenloader/intern/readblenentry.c
parentfac2e63bc0545301bd57cb082ed003063dc9ce0f (diff)
Clang-Tidy: enable readability-named-parameter
Diffstat (limited to 'source/blender/blenloader/intern/readblenentry.c')
-rw-r--r--source/blender/blenloader/intern/readblenentry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readblenentry.c b/source/blender/blenloader/intern/readblenentry.c
index 914eb6c4690..e4129282a68 100644
--- a/source/blender/blenloader/intern/readblenentry.c
+++ b/source/blender/blenloader/intern/readblenentry.c
@@ -56,7 +56,7 @@
#endif
/* local prototypes --------------------- */
-void BLO_blendhandle_print_sizes(BlendHandle *, void *);
+void BLO_blendhandle_print_sizes(BlendHandle *bh, void *fp);
/* Access routines used by filesel. */