summaryrefslogtreecommitdiff
path: root/utils/nwztools/upgtools/keysig_search.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/nwztools/upgtools/keysig_search.h')
-rw-r--r--utils/nwztools/upgtools/keysig_search.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/nwztools/upgtools/keysig_search.h b/utils/nwztools/upgtools/keysig_search.h
index f419e2621c..877da2f89c 100644
--- a/utils/nwztools/upgtools/keysig_search.h
+++ b/utils/nwztools/upgtools/keysig_search.h
@@ -30,7 +30,9 @@ enum keysig_search_method_t
30{ 30{
31 KEYSIG_SEARCH_NONE = 0, 31 KEYSIG_SEARCH_NONE = 0,
32 KEYSIG_SEARCH_FIRST, 32 KEYSIG_SEARCH_FIRST,
33 KEYSIG_SEARCH_ASCII_HEX = KEYSIG_SEARCH_FIRST, 33 KEYSIG_SEARCH_XDIGITS = KEYSIG_SEARCH_FIRST,
34 KEYSIG_SEARCH_XDIGITS_UP,
35 KEYSIG_SEARCH_ALNUM,
34 KEYSIG_SEARCH_LAST 36 KEYSIG_SEARCH_LAST
35}; 37};
36 38