Cleanup: add newline to ghost warning print

This commit is contained in:
Christian Rauch 2020-04-27 15:27:18 +10:00 committed by Campbell Barton
parent 490c32c425
commit 54eb701978
1 changed files with 1 additions and 1 deletions

View File

@ -678,7 +678,7 @@ GHOST_TSuccess GHOST_ActivateOpenGLContext(GHOST_ContextHandle contexthandle)
return context->activateDrawingContext();
}
else {
GHOST_PRINT("GHOST_ActivateOpenGLContext: Context not valid");
GHOST_PRINTF("%s: Context not valid\n", __func__);
return GHOST_kFailure;
}
}