From 70b6c82fd37150bcd7424183d5397edcb4bfbd20 Mon Sep 17 00:00:00 2001 From: Jens Verwiebe Date: Tue, 30 Dec 2014 18:31:25 +0100 Subject: Fix an odd line that slipped in my ghost_hack_first_file commit --- source/creator/creator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') 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; } -- cgit v1.2.3