From: martin-s Date: Mon, 20 Dec 2010 09:43:41 +0000 (+0000) Subject: Fix:font_freetype:Typo|Thanks ppujal X-Git-Tag: navit-0.5.0.5194svn~1393 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e9d370189e4153f733f61ab5ea77a7f054c3cc25;p=profile%2Fivi%2Fnavit.git Fix:font_freetype:Typo|Thanks ppujal git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@3802 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- diff --git a/navit/navit/font/freetype/font_freetype.c b/navit/navit/font/freetype/font_freetype.c index 74c8f25..d71e0f6 100644 --- a/navit/navit/font/freetype/font_freetype.c +++ b/navit/navit/font/freetype/font_freetype.c @@ -30,7 +30,7 @@ #if FREETYPE_MAJOR * 10000 + FREETYPE_MINOR * 100 + FREETYPE_PATCH > 20304 #define HAVE_LOOKUP_SCALER 1 #else -#define HAVE_LOOJUP_SCALER 0 +#define HAVE_LOOKUP_SCALER 0 #endif #endif