mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
style
This commit is contained in:
parent
d7109f0d66
commit
65bd945b54
4 changed files with 13 additions and 13 deletions
|
@ -84,7 +84,7 @@ void PrintAndLogEx(logLevel_t level, const char *fmt, ...) {
|
|||
case WARNING:
|
||||
strncpy(prefix, _CYAN_("[!]"), sizeof(prefix) - 1);
|
||||
break;
|
||||
case INFO:
|
||||
case INFO:
|
||||
strncpy(prefix, _YELLOW_("[=]"), sizeof(prefix) - 1);
|
||||
break;
|
||||
case NORMAL:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue