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:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-03-26 15:51:56 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-03-26 15:51:56 +0300
commit3c45fdd171fa6ebd65f19f9fac9b204865e13136 (patch)
treea701d9abc635e9394a59e7146685682fef520215 /intern/ghost/test/multitest/MultiTest.c
parent64e5f83133742c622e9c44b80f86d744a0dab05d (diff)
GHOST: Solve compilation error of test programs
Diffstat (limited to 'intern/ghost/test/multitest/MultiTest.c')
-rw-r--r--intern/ghost/test/multitest/MultiTest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/test/multitest/MultiTest.c b/intern/ghost/test/multitest/MultiTest.c
index a5b5a511cb2..833b5c720a1 100644
--- a/intern/ghost/test/multitest/MultiTest.c
+++ b/intern/ghost/test/multitest/MultiTest.c
@@ -949,7 +949,7 @@ int main(int argc, char **argv)
MultiTestApp *app;
#ifndef USE_BMF
- BLF_init(11, 72);
+ BLF_init();
#endif
app = multitestapp_new();