Code cleanup: comment typos

This commit is contained in:
2014-05-11 16:22:05 +10:00
parent ccbac7862f
commit c88e65da61
4 changed files with 3 additions and 5 deletions

View File

@@ -174,7 +174,7 @@ static PyObject *py_cb_array[BLI_CB_EVT_TOT] = {NULL};
static PyObject *make_app_cb_info(void)
{
PyObject *app_cb_info;
int pos = 0;
int pos;
app_cb_info = PyStructSequence_New(&BlenderAppCbType);
if (app_cb_info == NULL) {