Cleanup: use boolean

This commit is contained in:
Campbell Barton
2019-08-16 04:54:10 +10:00
parent 0f79c346c6
commit 266e7b67fd
7 changed files with 20 additions and 19 deletions

View File

@@ -442,7 +442,7 @@ int main(int argc,
"this is not intended for typical usage\n\n");
#endif
CTX_py_init_set(C, 1);
CTX_py_init_set(C, true);
WM_keyconfig_init(C);
#ifdef WITH_FREESTYLE