[base] Fix Savannah bug #44284.

* src/base/ftcalc.c (FT_MulFix): Typos.
This commit is contained in:
Werner Lemberg 2015-02-17 20:30:36 +01:00
parent 1f7a4e1f40
commit d3240c56e5
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2015-02-17 Werner Lemberg <wl@gnu.org>
[base] Fix Savannah bug #44284.
* src/base/ftcalc.c (FT_MulFix): Typos.
2015-02-17 Werner Lemberg <wl@gnu.org>
[truetype] Finish compiler warning fixes for signedness issues.

View File

@ -236,7 +236,7 @@
{
#ifdef FT_MULFIX_ASSEMBLER
return FT_MULFIX_ASSEMBLER( a, b );
return FT_MULFIX_ASSEMBLER( a_, b_ );
#else