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 <campbell@blender.org>2022-04-29 02:24:25 +0300
committerCampbell Barton <campbell@blender.org>2022-04-29 02:27:46 +0300
commit1e23304fbc402b15d59a16aed400770aecd6a0dd (patch)
tree97d18018cde7f1475151a293e2ec0a018654f1ca /source/blender/editors/space_view3d/view3d_cursor_snap.c
parent9a25a34e42faaeb5fad84c3a0c2d8d15b892278c (diff)
Cleanup: missing declaration warnings & spelling in comments
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_cursor_snap.c')
-rw-r--r--source/blender/editors/space_view3d/view3d_cursor_snap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/view3d_cursor_snap.c b/source/blender/editors/space_view3d/view3d_cursor_snap.c
index 90c6bcaa8ec..96a193cc10d 100644
--- a/source/blender/editors/space_view3d/view3d_cursor_snap.c
+++ b/source/blender/editors/space_view3d/view3d_cursor_snap.c
@@ -561,7 +561,7 @@ static void v3d_cursor_snap_context_ensure(Scene *scene)
}
}
-static bool v3d_cursor_snap_calc_plane()
+static bool v3d_cursor_snap_calc_plane(void)
{
/* If any of the states require the plane, calculate the `plane_omat`. */
LISTBASE_FOREACH (SnapStateIntern *, state, &g_data_intern.state_intern) {