From cd4ace49776d042189f1066a357d1ca2d9f81332 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 15 Nov 2016 09:37:28 -0500 Subject: output: renamed pe_output_image_type() --> pe_output_image_category(). --- src/driver/pe_driver_ctx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/driver/pe_driver_ctx.c') diff --git a/src/driver/pe_driver_ctx.c b/src/driver/pe_driver_ctx.c index 8ca3ba6..32faa7d 100644 --- a/src/driver/pe_driver_ctx.c +++ b/src/driver/pe_driver_ctx.c @@ -160,8 +160,8 @@ int pe_get_driver_ctx( pretty = entry->arg; break; - case TAG_IMGTYPE: - cctx.fmtflags |= PERK_OUTPUT_IMAGE_TYPE; + case TAG_CATEGORY: + cctx.fmtflags |= PERK_OUTPUT_IMAGE_CATEGORY; break; case TAG_SECTIONS: -- cgit v1.2.3