Add missing newlines for debug prints

This commit is contained in:
2015-11-16 11:59:15 +11:00
parent 21195a9ea4
commit 24d2e46296
6 changed files with 24 additions and 18 deletions

View File

@@ -211,7 +211,7 @@ float BPY_driver_exec(ChannelDriver *driver, const float evaltime)
/* init global dictionary for py-driver evaluation settings */
if (!bpy_pydriver_Dict) {
if (bpy_pydriver_create_dict() != 0) {
fprintf(stderr, "Pydriver error: couldn't create Python dictionary");
fprintf(stderr, "PyDriver error: couldn't create Python dictionary\n");
if (use_gil)
PyGILState_Release(gilstate);
return 0.0f;