summaryrefslogtreecommitdiff
path: root/fitz/dev_text.c
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2012-11-29 13:47:38 +0000
committerRobin Watts <robin.watts@artifex.com>2012-11-29 14:41:33 +0000
commit82b666579e02a4d35b3087b79353373c355d107f (patch)
tree8a9a6b93ecbe16a663a015f233e824017e02ad50 /fitz/dev_text.c
parentc3fa0d45ff96eefe6effaeffc45516c6f85587bd (diff)
downloadmupdf-82b666579e02a4d35b3087b79353373c355d107f.tar.xz
Bug 693463: Various small fixes.
Thanks to zeniko for these. Use otf as extension for opentype fonts. fz_clampi should take ints, not floats! Fix typo in prototype. Squash unwanted warning. Remove magic number in favour of #define. Reset generation numbers when renumbering.
Diffstat (limited to 'fitz/dev_text.c')
-rw-r--r--fitz/dev_text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fitz/dev_text.c b/fitz/dev_text.c
index 280d1b55..a5d765eb 100644
--- a/fitz/dev_text.c
+++ b/fitz/dev_text.c
@@ -714,7 +714,7 @@ fz_print_text_page_xml(fz_context *ctx, FILE *out, fz_text_page *page)
break;
}
fprintf(out, "\"/>\n");
- }
+ }
fprintf(out, "</span>\n");
}
fprintf(out, "</line>\n");