Fix msvc build warning re: return values

This commit is contained in:
Dave Pate
2018-02-09 09:14:45 -08:00
parent 9783f9b626
commit 0b2dcb0aaf
+2
View File
@@ -261,6 +261,8 @@ ykpiv_rc _ykpiv_select_application(ykpiv_state *state) {
}
_ykpiv_get_version(state, NULL);
return res;
}
ykpiv_rc _ykpiv_ensure_application_selected(ykpiv_state *state) {