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
path: root/source
diff options
context:
space:
mode:
authorJens Verwiebe <info@jensverwiebe.de>2014-12-30 20:31:25 +0300
committerJens Verwiebe <info@jensverwiebe.de>2014-12-30 20:31:37 +0300
commit70b6c82fd37150bcd7424183d5397edcb4bfbd20 (patch)
tree63cdedbc0adc3d1f18046f5ea8c7d90b2f752b39 /source
parent9e950ea6610b2f876d816c4787cb06082d91bd82 (diff)
Fix an odd line that slipped in my ghost_hack_first_file commit
Diffstat (limited to 'source')
-rw-r--r--source/creator/creator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index cc804946f6b..83741a64ace 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -1001,7 +1001,7 @@ static int render_animation(int UNUSED(argc), const char **UNUSED(argv), void *d
BLI_end_threaded_malloc();
}
else {
- printf("\nError: no blend loaded. GPG_ghost.cpp use '-a'.\n");
+ printf("\nError: no blend loaded. cannot use '-a'.\n");
}
return 0;
}