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>2014-10-11 13:39:21 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-10-11 13:44:28 +0400
commit0a738280e1aae718f0916525ec5a18da6ea37f7a (patch)
tree9a3be2cd9a354dbfdff88c93aa3c97b1b8ef81b5 /source/blender/windowmanager/intern/wm_init_exit.c
parentabd38c00f1ed0305cf4d0735f567851862e34e08 (diff)
Cleanup
Diffstat (limited to 'source/blender/windowmanager/intern/wm_init_exit.c')
-rw-r--r--source/blender/windowmanager/intern/wm_init_exit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/windowmanager/intern/wm_init_exit.c b/source/blender/windowmanager/intern/wm_init_exit.c
index 00e25d395b3..139e0101859 100644
--- a/source/blender/windowmanager/intern/wm_init_exit.c
+++ b/source/blender/windowmanager/intern/wm_init_exit.c
@@ -419,9 +419,9 @@ void WM_exit_ext(bContext *C, const bool do_python)
has_edited = ED_editors_flush_edits(C, false);
if ((has_edited && BLO_write_file(CTX_data_main(C), filename, fileflags, NULL, NULL)) ||
- BKE_undo_save_file(filename))
+ BKE_undo_save_file(filename))
{
- printf("Saved session recovery to '%s'\n", filename);
+ printf("Saved session recovery to '%s'\n", filename);
}
}
}