summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pdf/pdf_fmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/pdf_fmap.c b/pdf/pdf_fmap.c
index c6828da32..fcb82d5cc 100644
--- a/pdf/pdf_fmap.c
+++ b/pdf/pdf_fmap.c
@@ -337,7 +337,7 @@ static int pdfi_type1_add_to_native_map(pdf_context *ctx, stream *f, char *fname
int code = gs_error_undefined;
char *namestr = NULL, *enamestr;
char *typestr;
- bool pin_eol;
+ bool pin_eol = false; /* initialised just to placate coverity */
int type = -1;
buf.data = (byte *)pname;
buf.size = pname_size;