fixes
This commit is contained in:
@@ -831,7 +831,7 @@ int HFLegicReader(const char *Cmd, bool verbose) {
|
||||
return 0;
|
||||
}
|
||||
int CmdLegicReader(const char *Cmd){
|
||||
return HFLegicReader(Cmd, TRUE);
|
||||
return HFLegicReader(Cmd, true);
|
||||
}
|
||||
|
||||
int CmdLegicDump(const char *Cmd){
|
||||
@@ -1267,4 +1267,4 @@ int CmdHFLegic(const char *Cmd) {
|
||||
int CmdHelp(const char *Cmd) {
|
||||
CmdsHelp(CommandTable);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user