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:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2011-09-15 20:37:36 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2011-09-15 20:37:36 +0400
commitd7160d082f8df8b2ea562bb2a06f17bdbaf1c4f3 (patch)
tree2493ec25c140d91fe776b42f20a09e3bf0c9d8ad /source/blender/blenlib
parente2818f1b926b779b1d59010aaa5c4e625c0877d5 (diff)
SVN maintenance.
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/intern/string_utf8.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/blenlib/intern/string_utf8.c b/source/blender/blenlib/intern/string_utf8.c
index d39bb498538..818666e7529 100644
--- a/source/blender/blenlib/intern/string_utf8.c
+++ b/source/blender/blenlib/intern/string_utf8.c
@@ -1,5 +1,5 @@
/*
- * $Id:
+ * $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -23,13 +23,13 @@
* Contributor(s): Campbell Barton.
*
* ***** END GPL LICENSE BLOCK *****
- *
+ *
*/
-
+
/** \file blender/blenlib/intern/string_utf8.c
* \ingroup bli
*/
-
+
#include <string.h>
/* from libswish3, originally called u8_isvalid(),