summaryrefslogtreecommitdiff
path: root/pdf/pdf_cmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/pdf_cmap.c')
-rw-r--r--pdf/pdf_cmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pdf/pdf_cmap.c b/pdf/pdf_cmap.c
index d6cb3103..67626b31 100644
--- a/pdf/pdf_cmap.c
+++ b/pdf/pdf_cmap.c
@@ -306,8 +306,8 @@ static int cmprange(const void *va, const void *vb)
void
pdf_sort_cmap(fz_context *ctx, pdf_cmap *cmap)
{
- pdf_range *a; /* last written range on output */
- pdf_range *b; /* current range examined on input */
+ pdf_range *a; /* last written range on output */
+ pdf_range *b; /* current range examined on input */
if (cmap->rlen == 0)
return;