[Bf-blender-cvs] [f1e0969] depsgraph_refactor: Fix for typo

Joshua Leung noreply at git.blender.org
Thu Dec 4 04:58:51 CET 2014


Commit: f1e0969de7c2d6517bbd9eb29ba6e0f600934ca6
Author: Joshua Leung
Date:   Thu Dec 4 16:41:29 2014 +1300
Branches: depsgraph_refactor
https://developer.blender.org/rBf1e0969de7c2d6517bbd9eb29ba6e0f600934ca6

Fix for typo

===================================================================

M	source/blender/editors/space_info/info_draw.c

===================================================================

diff --git a/source/blender/editors/space_info/info_draw.c b/source/blender/editors/space_info/info_draw.c
index 506e294..7ecaced 100644
--- a/source/blender/editors/space_info/info_draw.c
+++ b/source/blender/editors/space_info/info_draw.c
@@ -295,7 +295,7 @@ void info_textview_main(struct SpaceInfo *sinfo, ARegion *ar, ReportList *report
 	info_textview_main__internal(sinfo, ar, reports, 1,  mval, NULL, NULL);
 }
 
-void info_depsgraphview_main(const struct bContext *C, struct ARegion *ar)\
+void info_depsgraphview_main(const struct bContext *C, struct ARegion *ar)
 {
 	View2D *v2d = &ar->v2d;
 	uiBlock *block;




More information about the Bf-blender-cvs mailing list