mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
FIX: Removed a double const
This commit is contained in:
parent
45293f1096
commit
dfc5ee8893
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,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