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:
authorMika Saari <mika.saari@wipsl.com>2005-09-19 21:58:51 +0400
committerMika Saari <mika.saari@wipsl.com>2005-09-19 21:58:51 +0400
commitf210e88263aa73a27c105fef4d2afb2bfeab5234 (patch)
tree3fc6a804163a8ce21e29e7ce00a7eef36c5733dd /source/blender/blenlib/BLI_vfontdata.h
parent6183bdf1b87186ff2d3cf100972262f22e54f00d (diff)
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.
Diffstat (limited to 'source/blender/blenlib/BLI_vfontdata.h')
-rw-r--r--source/blender/blenlib/BLI_vfontdata.h2
1 files changed, 1 insertions, 1 deletions
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