This commit is contained in:
iceman1001 2019-05-14 11:42:17 -04:00
commit 36ecc4be97
2 changed files with 2 additions and 2 deletions

View file

@ -92,7 +92,7 @@ void PrintAndLogEx(logLevel_t level, const char *fmt, ...) {
strncpy(prefix, spinner[PrintAndLogEx_spinidx], sizeof(prefix) - 1);
PrintAndLogEx_spinidx++;
if (PrintAndLogEx_spinidx == ARRAYLEN(spinner))
PrintAndLogEx_spinidx = 0;
PrintAndLogEx_spinidx = 0;
break;
case NORMAL:
// no prefixes for normal