From f210e88263aa73a27c105fef4d2afb2bfeab5234 Mon Sep 17 00:00:00 2001 From: Mika Saari Date: Mon, 19 Sep 2005 17:58:51 +0000 Subject: Coding style from spaces to tabs in files related to Unicode Font Object. Function strlen changed to wcslen in editfont.c in ALT-U (undo) functionality. --- source/blender/blenlib/BLI_vfontdata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/BLI_vfontdata.h') diff --git a/source/blender/blenlib/BLI_vfontdata.h b/source/blender/blenlib/BLI_vfontdata.h index 1ebcd80b22b..ce800111afb 100644 --- a/source/blender/blenlib/BLI_vfontdata.h +++ b/source/blender/blenlib/BLI_vfontdata.h @@ -97,7 +97,7 @@ BLI_vfontdata_from_freetypefont( int BLI_vfontchar_from_freetypefont( - struct VFont *vfont, unsigned long character); + struct VFont *vfont, unsigned long character); #endif -- cgit v1.2.3