From 1e23304fbc402b15d59a16aed400770aecd6a0dd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 29 Apr 2022 09:24:25 +1000 Subject: Cleanup: missing declaration warnings & spelling in comments --- source/blender/editors/space_view3d/view3d_cursor_snap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_view3d/view3d_cursor_snap.c') 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) { -- cgit v1.2.3