Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/generic/py_capi_utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/python/generic/py_capi_utils.c b/source/blender/python/generic/py_capi_utils.c
index 351ba884d49..82e65505147 100644
--- a/source/blender/python/generic/py_capi_utils.c
+++ b/source/blender/python/generic/py_capi_utils.c
@@ -1460,7 +1460,6 @@ uint32_t PyC_Long_AsU32(PyObject *value)
/* -------------------------------------------------------------------- */
/** \name Py_buffer Utils
- *
* \{ */
char PyC_StructFmt_type_from_str(const char *typestr)