Cleanup: use boolean arguments and return values

This commit is contained in:
2022-04-26 14:25:58 +10:00
parent a9d1b3d7e3
commit 6d12bc9e91
10 changed files with 50 additions and 51 deletions

View File

@@ -244,7 +244,7 @@ PyObject *BPY_app_handlers_struct(void)
return ret;
}
void BPY_app_handlers_reset(const short do_all)
void BPY_app_handlers_reset(const bool do_all)
{
PyGILState_STATE gilstate;
int pos = 0;