Skip to content
Snippets Groups Projects
Commit e7828bb9 authored by Matt Johnston's avatar Matt Johnston
Browse files

cast return type to enum

parent e255f059
Branches
No related merge requests found
...@@ -93,7 +93,7 @@ enum signkey_type signkey_type_from_name(const char* name, unsigned int namelen) ...@@ -93,7 +93,7 @@ enum signkey_type signkey_type_from_name(const char* name, unsigned int namelen)
} }
#endif #endif
return i; return (enum signkey_type)i;
} }
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment