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:
authorCampbell Barton <ideasman42@gmail.com>2013-03-29 04:50:52 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-03-29 04:50:52 +0400
commit10b4a86dbfd9ce56e53f5369258aebbac2f28be3 (patch)
tree16da57dac511133c088520a487ebfada6f6e3145 /intern/utfconv/utfconv.h
parent63290beee19132f93094b90cfb6dd5d210756451 (diff)
code cleanup: quiet warnings building with mingw.
Diffstat (limited to 'intern/utfconv/utfconv.h')
-rw-r--r--intern/utfconv/utfconv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/intern/utfconv/utfconv.h b/intern/utfconv/utfconv.h
index ada85e274e3..22710bfdb37 100644
--- a/intern/utfconv/utfconv.h
+++ b/intern/utfconv/utfconv.h
@@ -27,8 +27,6 @@
#include <stdio.h>
#include <stdlib.h>
-
-
#ifdef __cplusplus
extern "C" {
#endif