mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
fix clang compiler warnings (including fixing a bug revealed in cmdhftopaz.c)
This commit is contained in:
parent
8aee1b8418
commit
31a29271b9
5 changed files with 7 additions and 7 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue