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>2012-03-24 05:42:08 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2012-03-24 05:42:08 +0400
commitd6fd5266d0514e6d31fd0e11aab5322846d78589 (patch)
tree1c45a278f8b0d2c36424cc855b815fc283a1b2dd /intern/utfconv
parent3c11379e26b1aad399ecd0afc4d23df12b24f3cd (diff)
SVN maintenance.
Diffstat (limited to 'intern/utfconv')
-rw-r--r--intern/utfconv/CMakeLists.txt2
-rw-r--r--intern/utfconv/utf_winfunc.c2
-rw-r--r--intern/utfconv/utf_winfunc.h2
-rw-r--r--intern/utfconv/utfconv.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/intern/utfconv/CMakeLists.txt b/intern/utfconv/CMakeLists.txt
index 9dd41c28406..76893d24a51 100644
--- a/intern/utfconv/CMakeLists.txt
+++ b/intern/utfconv/CMakeLists.txt
@@ -21,4 +21,4 @@ if(WIN32)
)
endif()
-blender_add_lib(bf_intern_utfconv "${SRC}" "${INC}" "${INC_SYS}") \ No newline at end of file
+blender_add_lib(bf_intern_utfconv "${SRC}" "${INC}" "${INC_SYS}")
diff --git a/intern/utfconv/utf_winfunc.c b/intern/utfconv/utf_winfunc.c
index 09f5dfff67e..5887b957e29 100644
--- a/intern/utfconv/utf_winfunc.c
+++ b/intern/utfconv/utf_winfunc.c
@@ -153,4 +153,4 @@ int uputenv(const char *name, const char *value)
return r;
}
-#endif \ No newline at end of file
+#endif
diff --git a/intern/utfconv/utf_winfunc.h b/intern/utfconv/utf_winfunc.h
index 5e88d2de901..a189fc52742 100644
--- a/intern/utfconv/utf_winfunc.h
+++ b/intern/utfconv/utf_winfunc.h
@@ -41,4 +41,4 @@ int uputenv(const char *name, const char *value);
int umkdir(const char *pathname);
-#endif \ No newline at end of file
+#endif
diff --git a/intern/utfconv/utfconv.h b/intern/utfconv/utfconv.h
index 185c76422e2..9c1693e3896 100644
--- a/intern/utfconv/utfconv.h
+++ b/intern/utfconv/utfconv.h
@@ -99,4 +99,4 @@ wchar_t * alloc_utf16_from_8(char * in8, size_t add);
#ifdef __cplusplus
}
-#endif \ No newline at end of file
+#endif