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:
authorKent Mein <mein@cs.umn.edu>2009-03-11 05:58:18 +0300
committerKent Mein <mein@cs.umn.edu>2009-03-11 05:58:18 +0300
commit0ac3e7016048a7e66285b3539c6e86cf83a4cb06 (patch)
tree075a5e53fc35911c82875da384e35a0b0a66ccff
parent943d85131af972fb5828626b139f3d8bcc448774 (diff)
removed extra space in text.
Kent
-rw-r--r--source/blender/src/view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/view.c b/source/blender/src/view.c
index 302bdf00e99..0ce1512e2de 100644
--- a/source/blender/src/view.c
+++ b/source/blender/src/view.c
@@ -2030,7 +2030,7 @@ void initlocalview()
locallay= free_localbit();
if(locallay==0) {
- error("Sorry, no more than 8 localviews");
+ error("Sorry, no more than 8 localviews");
ok= 0;
}
else {