mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
ui.c: warnings discarded qualifiers
This commit is contained in:
parent
11b954b6bd
commit
cc902fb4d8
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ void PrintAndLogEx(logLevel_t level, const char *fmt, ...) {
|
|||
char *token = NULL;
|
||||
char *tmp_ptr = NULL;
|
||||
FILE *stream = stdout;
|
||||
char *spinner[] = {_YELLOW_("[\\]"), _YELLOW_("[|]"), _YELLOW_("[/]"), _YELLOW_("[-]")};
|
||||
const char *spinner[] = {_YELLOW_("[\\]"), _YELLOW_("[|]"), _YELLOW_("[/]"), _YELLOW_("[-]")};
|
||||
switch (level) {
|
||||
case ERR:
|
||||
strncpy(prefix, _RED_("[!!]"), sizeof(prefix) - 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue