summaryrefslogtreecommitdiff
path: root/src/cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.c')
-rw-r--r--src/cli.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cli.c b/src/cli.c
index d1b167f..631077f 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -97,7 +97,8 @@ int main(int argc, char **argv)
if ((err = outlines_write(argv[2], argv[2], &ctx, progress)) !=
TTF2F_RESULT_OK) goto error_out;
- if ((err = encoding_write(argv[2], argv[2], &ctx, 0, progress)) !=
+ if ((err = encoding_write(argv[2], argv[2], &ctx,
+ ENCODING_TYPE_NORMAL, progress)) !=
TTF2F_RESULT_OK) goto error_out;
error_out: