Commit 9f5ed8118cf115a631809ce9e4745b5018e96c5e

Werner Lemberg 2011-04-02T07:23:00

Cosmetics.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/autofit/aflatin.c b/src/autofit/aflatin.c
index 7aaad91..162ca94 100644
--- a/src/autofit/aflatin.c
+++ b/src/autofit/aflatin.c
@@ -1472,7 +1472,7 @@
     hints->scaler_flags = scaler_flags;
     hints->other_flags  = other_flags;
 
-    return 0;
+    return AF_Err_Ok;
   }