Fix an odd line that slipped in my ghost_hack_first_file commit

This commit is contained in:
jens verwiebe 2014-12-30 18:31:25 +01:00 committed by Sergey Sharybin
parent fe3e000511
commit 137ddd665e
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}