diff --git a/source/blender/makesrna/intern/rna_wm_gizmo_api.c b/source/blender/makesrna/intern/rna_wm_gizmo_api.c index f7335572a14..bc6c2e8a796 100644 --- a/source/blender/makesrna/intern/rna_wm_gizmo_api.c +++ b/source/blender/makesrna/intern/rna_wm_gizmo_api.c @@ -90,7 +90,7 @@ static void rna_gizmo_target_set_prop(wmGizmo *gz, RPT_ERROR, "Property '%s.%s' not found", RNA_struct_identifier(ptr->type), - target_propname); + propname); return; }