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>2017-02-08 18:28:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-02-08 18:39:31 +0300
commit61df9fdb2f74cf035013a62f1b0d01246040fae5 (patch)
tree7cb101adb4e25369cf458ec121d3f9b37bdd4ada /source/blender/blenfont
parent2a16a4ee433c155a81d41c69c2fd21668cbb3564 (diff)
Cleanup: warnings
Diffstat (limited to 'source/blender/blenfont')
-rw-r--r--source/blender/blenfont/intern/blf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenfont/intern/blf.c b/source/blender/blenfont/intern/blf.c
index 04b6eb0ad39..7133c340617 100644
--- a/source/blender/blenfont/intern/blf.c
+++ b/source/blender/blenfont/intern/blf.c
@@ -175,7 +175,7 @@ void BLF_default_set(int fontid)
}
}
-int BLF_default()
+int BLF_default(void)
{
ASSERT_DEFAULT_SET;
return global_font_default;