missing ; in last commit

radius was not being calculated on curves that had a bevel object
This commit is contained in:
2008-10-02 17:11:49 +00:00
parent 1b3e2d7c02
commit 0fcd017031
2 changed files with 2 additions and 2 deletions

View File

@@ -314,7 +314,7 @@ void syspath_append( char *dirname )
if( (ok==0) || PyErr_Occurred( ) )
fprintf(stderr, "could import or build sys.path\n" );
PyErr_Clear()
PyErr_Clear();
Py_DECREF( dir );
Py_XDECREF( mod_sys );
}