summaryrefslogtreecommitdiffhomepage
path: root/src/internal
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-11-15 09:37:28 -0500
committermidipix <writeonce@midipix.org>2016-11-15 09:37:28 -0500
commitcd4ace49776d042189f1066a357d1ca2d9f81332 (patch)
tree715e50fa385379d8d990e24a281eded12da7db9e /src/internal
parent9d75af02d905f6005b9cee7f79615569d7d14dd4 (diff)
downloadperk-cd4ace49776d042189f1066a357d1ca2d9f81332.tar.bz2
perk-cd4ace49776d042189f1066a357d1ca2d9f81332.tar.xz
output: renamed pe_output_image_type() --> pe_output_image_category().
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/perk_driver_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/perk_driver_impl.h b/src/internal/perk_driver_impl.h
index 5ca0bc3..f52e328 100644
--- a/src/internal/perk_driver_impl.h
+++ b/src/internal/perk_driver_impl.h
@@ -16,7 +16,7 @@ enum app_tags {
TAG_VERSION,
TAG_OUTPUT,
TAG_PRETTY,
- TAG_IMGTYPE,
+ TAG_CATEGORY,
TAG_SECTIONS,
TAG_EXPSYMS,
TAG_IMPLIBS,