Cleanup: add clarifying comment to bpy_app_getsets

No functional changes.
This commit is contained in:
2022-04-07 12:51:48 +02:00
parent 434521a9e2
commit 8306f89c37

View File

@@ -445,6 +445,8 @@ static PyGetSetDef bpy_app_getsets[] = {
NULL,
(void *)G_FLAG_SCRIPT_AUTOEXEC_FAIL_QUIET},
{"autoexec_fail_message", bpy_app_autoexec_fail_message_get, NULL, NULL, NULL},
/* End-of-list marker. */
{NULL, NULL, NULL, NULL, NULL},
};