Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-06-06 10:02:46 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-06-06 10:02:46 +0400
commita6b505ef0b2e23abe5c2ba52b78e0b411d746b7a (patch)
tree1dc3684a9519365f51b1880b92c3a3beb409c8b9 /source/blender/windowmanager
parent0a361247ff3956906d67c28413d65bcc28f1a814 (diff)
style cleanup
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_window.c b/source/blender/windowmanager/intern/wm_window.c
index b7977fa2c4e..e0595e3c8ab 100644
--- a/source/blender/windowmanager/intern/wm_window.c
+++ b/source/blender/windowmanager/intern/wm_window.c
@@ -720,7 +720,7 @@ static int ghost_event_proc(GHOST_EventHandle evt, GHOST_TUserDataPtr C_void_ptr
wmWindow *win;
/* Ghost now can call this function for life resizes, but it should return if WM didn't initialize yet.
- Can happen on file read (especially full size window) */
+ * Can happen on file read (especially full size window) */
if ((wm->initialized & WM_INIT_WINDOW) == 0) {
return 1;
}