From d9bf14b9a1a5fa5770808c18d8039da0fb34021c Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 8 Feb 2018 23:43:19 +0000 Subject: fix line width scaling --- src/cos_stream_filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cos_stream_filter.c') diff --git a/src/cos_stream_filter.c b/src/cos_stream_filter.c index 0c08442..c12f641 100644 --- a/src/cos_stream_filter.c +++ b/src/cos_stream_filter.c @@ -105,7 +105,7 @@ nspdf__cos_stream_filter(struct nspdf_doc *doc, nspdferror res; //printf("applying filter %s\n", filter_name); - + /** \todo implement all the other mandantory stream filters */ if (strcmp(filter_name, "FlateDecode") == 0) { res = cos_stream_inflate(doc, stream_out); } else { -- cgit v1.2.3