mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
make style
This commit is contained in:
parent
23917e7963
commit
64ce30c06c
7 changed files with 43 additions and 42 deletions
|
@ -434,11 +434,11 @@ int CmdVersion(const char *Cmd) {
|
|||
strncat(s, "smartcard; ", sizeof(s) - strlen(s) - 1);
|
||||
#endif
|
||||
#ifdef WITH_FPC
|
||||
#ifdef WITH_FPC_HOST
|
||||
#ifdef WITH_FPC_HOST
|
||||
strncat(s, "fpc-host; ", sizeof(s) - strlen(s) - 1);
|
||||
#else
|
||||
#else
|
||||
strncat(s, "fpc; ", sizeof(s) - strlen(s) - 1);
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
PrintAndLogEx(NORMAL, "\n [ CLIENT ]");
|
||||
PrintAndLogEx(NORMAL, " client: iceman %s \n", s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue