typo fix: end of lines ;; --> ;

This commit is contained in:
Campbell Barton
2011-08-31 01:07:55 +00:00
parent 79249f8aed
commit 471c005137
11 changed files with 12 additions and 12 deletions

View File

@@ -135,7 +135,7 @@ PyObject * setWeight (PyImage * self, PyObject * args)
if (!getImageMix(self)->setWeight(id, weight))
{
// if not set, report error
PyErr_SetString(PyExc_RuntimeError, "Invalid id of source");;
PyErr_SetString(PyExc_RuntimeError, "Invalid id of source");
return NULL;
}
// return none