From 16694ed408a533fcf275db8f92a5d0c7c0cbd854 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 24 Mar 2019 16:09:46 +1100 Subject: Cleanup: redundant use of string formatting functions --- source/blender/makesrna/intern/rna_wm_gizmo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna/intern/rna_wm_gizmo.c') diff --git a/source/blender/makesrna/intern/rna_wm_gizmo.c b/source/blender/makesrna/intern/rna_wm_gizmo.c index 2a084cbd526..45d664c4522 100644 --- a/source/blender/makesrna/intern/rna_wm_gizmo.c +++ b/source/blender/makesrna/intern/rna_wm_gizmo.c @@ -810,7 +810,7 @@ static StructRNA *rna_GizmoGroup_register( wmGizmoMapType *gzmap_type = WM_gizmomaptype_ensure(&wmap_params); if (gzmap_type == NULL) { - BKE_reportf(reports, RPT_ERROR, "Area type does not support gizmos"); + BKE_report(reports, RPT_ERROR, "Area type does not support gizmos"); return NULL; } -- cgit v1.2.3