mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
style
This commit is contained in:
parent
1ec7bd1388
commit
855aee04dd
1 changed files with 1 additions and 1 deletions
|
@ -1079,7 +1079,7 @@ static int callback_get(void *data) {
|
|||
if (stream->pos >= stream->len) {
|
||||
stream->pos = 0;
|
||||
stream->len = stream->callback(stream->data, MAX_BUF_LEN, stream->arg);
|
||||
if (stream->len == 0 || stream->len == (size_t) -1)
|
||||
if (stream->len == 0 || stream->len == (size_t) - 1)
|
||||
return EOF;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue