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>2019-02-06 01:14:11 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-06 01:14:36 +0300
commita245d533514e335f028cfa6cdb26614ed0982484 (patch)
treea3c44af7568f5cbfc9ff5091c587644e1675d8b1 /source/blender/blenkernel/intern/mask.c
parent897e047374fa3d3ceef35aa2cdb3372b6a7cc64a (diff)
Cleanup: style
Diffstat (limited to 'source/blender/blenkernel/intern/mask.c')
-rw-r--r--source/blender/blenkernel/intern/mask.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/mask.c b/source/blender/blenkernel/intern/mask.c
index 4893a7974c6..436c05c9feb 100644
--- a/source/blender/blenkernel/intern/mask.c
+++ b/source/blender/blenkernel/intern/mask.c
@@ -1486,7 +1486,7 @@ void BKE_mask_layer_shape_from_mask(MaskLayer *masklay, MaskLayerShape *masklay_
}
else {
CLOG_ERROR(&LOG, "vert mismatch %d != %d (frame %d)",
- masklay_shape->tot_vert, tot, masklay_shape->frame);
+ masklay_shape->tot_vert, tot, masklay_shape->frame);
}
}