[Bf-blender-cvs] [e10a6f9] master: Cleanup: style

Campbell Barton noreply at git.blender.org
Sun Jan 17 03:54:33 CET 2016


Commit: e10a6f987bf2d541eda89842bc47c3eb3a745631
Author: Campbell Barton
Date:   Sun Jan 17 13:40:22 2016 +1100
Branches: master
https://developer.blender.org/rBe10a6f987bf2d541eda89842bc47c3eb3a745631

Cleanup: style

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

M	source/blender/windowmanager/intern/wm_event_system.c

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

diff --git a/source/blender/windowmanager/intern/wm_event_system.c b/source/blender/windowmanager/intern/wm_event_system.c
index a8f5416..3ff7ef1 100644
--- a/source/blender/windowmanager/intern/wm_event_system.c
+++ b/source/blender/windowmanager/intern/wm_event_system.c
@@ -598,7 +598,7 @@ void WM_event_print(const wmEvent *event)
 /**
  * Show the report in the info header.
  */
-void WM_report_banner_show()
+void WM_report_banner_show(void)
 {
 	wmWindowManager *wm = G.main->wm.first;
 	ReportList *wm_reports = &wm->reports;




More information about the Bf-blender-cvs mailing list