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>2011-02-13 15:50:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-13 15:50:40 +0300
commitb4eb7fd4c0932af5ad6f0a1a122b21cf726a3820 (patch)
tree95fa0ee27d7785bd3c1ec3d35c074f1cbf418757 /source/blender/blenfont
parent7eb51a012b95df36c3529f6c7699273918fee341 (diff)
fix for error building.
Diffstat (limited to 'source/blender/blenfont')
-rw-r--r--source/blender/blenfont/intern/blf_lang.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenfont/intern/blf_lang.c b/source/blender/blenfont/intern/blf_lang.c
index a0d12359f12..610e8750bc1 100644
--- a/source/blender/blenfont/intern/blf_lang.c
+++ b/source/blender/blenfont/intern/blf_lang.c
@@ -118,7 +118,7 @@ static void BLF_lang_encoding(const char *str)
return;
}
-void BLF_lang_set(char *str)
+void BLF_lang_set(const char *str)
{
(void)str;
return;