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:
authorStephen Swaney <sswaney@centurytel.net>2007-09-03 21:28:50 +0400
committerStephen Swaney <sswaney@centurytel.net>2007-09-03 21:28:50 +0400
commit1b35c1c1ec6cd5a017fc5c69a1222592b16582f7 (patch)
treea2b2d5ee5e541f2649389139db64ddeaef360f9e /source/blender/python/api2_2x/gen_utils.c
parent072c926aab98de3cab0c57b0073230de9d5b662d (diff)
fix warning: no newline at end of file
Diffstat (limited to 'source/blender/python/api2_2x/gen_utils.c')
-rw-r--r--source/blender/python/api2_2x/gen_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/gen_utils.c b/source/blender/python/api2_2x/gen_utils.c
index fc592d41786..8a98fd279b7 100644
--- a/source/blender/python/api2_2x/gen_utils.c
+++ b/source/blender/python/api2_2x/gen_utils.c
@@ -945,4 +945,4 @@ PyObject * EXPP_PyTuple_New_Prepend(PyObject *tuple, PyObject *value)
Py_INCREF(item);
}
return new_tuple;
-} \ No newline at end of file
+}