mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-12 11:08:29 +08:00
remove compilation warning
This commit is contained in:
parent
07cc0d0a29
commit
cbf81cf5c3
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ int main(int argc, char *argv[]) {
|
||||||
|
|
||||||
uint32_t i = 1;
|
uint32_t i = 1;
|
||||||
port = argv[i++];
|
port = argv[i++];
|
||||||
for (i; i < argc; i++) {
|
for (; i < argc; i++) {
|
||||||
|
|
||||||
// helptext
|
// helptext
|
||||||
if (strcmp(argv[i], "-h") == 0 || strcmp(argv[i], "-help") == 0) {
|
if (strcmp(argv[i], "-h") == 0 || strcmp(argv[i], "-help") == 0) {
|
||||||
|
|
Loading…
Reference in a new issue