From 3904e29a6f5a700689fd74be731f6f9cd0c0db6d Mon Sep 17 00:00:00 2001 From: Juho Vepsalainen Date: Tue, 3 Jul 2007 14:49:41 +0000 Subject: Fix for bug #6907: Compile was broken due to two variable names being inappropriate. I renamed them fixing the issue. --- source/blender/src/blenderbuttons.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/src/blenderbuttons.c') diff --git a/source/blender/src/blenderbuttons.c b/source/blender/src/blenderbuttons.c index 27a3c966870..076464fe06b 100644 --- a/source/blender/src/blenderbuttons.c +++ b/source/blender/src/blenderbuttons.c @@ -1,7 +1,7 @@ /* DataToC output of file */ -int datatoc_release\datafiles\blenderbuttons_size= 65992; -char datatoc_release\datafiles\blenderbuttons[]= { +int datatoc_blenderbuttons_size= 65992; +char datatoc_blenderbuttons[]= { 137, 80, 78, 71, 13, 10, 26, 10, 0, 0, 0, 13, 73, 72, 68, 82, 0, 0, 2, 0, 0, 0, 1, 0, 8, 6, 0, 0, 0,197,144,206,103, 0, 0, 0, 6, 98, 75, 71, 68, 0,255, 0,255, 0,255,160,189,167,147, 0, 0, 0, 9,112, 72, 89,115, 0, 0, 11, 19, 0, 0, 11, 19, 1, 0,154,156, 24, -- cgit v1.2.3