fix clang compiler warnings (including fixing a bug revealed in cmdhftopaz.c)

This commit is contained in:
pwpiwi 2017-04-11 18:55:33 +02:00
commit 31a29271b9
5 changed files with 7 additions and 7 deletions

View file

@ -86,7 +86,7 @@ int CmdHFEPAPACEReplay(const char *Cmd)
uint8_t *apdus[] = {msesa_apdu, gn_apdu, map_apdu, pka_apdu, ma_apdu};
// usage message
static const char const *usage_msg =
static const char *usage_msg =
"Please specify 5 APDUs separated by spaces. "
"Example:\n preplay 0022C1A4 1068000000 1086000002 1234ABCDEF 1A2B3C4D";