projects
/
oweals
/
nmrpflash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
021e449
)
Cleanup
author
Joseph C. Lehner
<joseph.c.lehner@gmail.com>
Mon, 9 Sep 2019 11:31:45 +0000
(13:31 +0200)
committer
Joseph C. Lehner
<joseph.c.lehner@gmail.com>
Mon, 9 Sep 2019 11:31:45 +0000
(13:31 +0200)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index 3fa1e66c16c8af3656de9548c7a2ffef18d5b527..2ef20524c420c74b248bd53fa7b8690cce01b7c1 100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-270,7
+270,7
@@
int main(int argc, char **argv)
}
#ifndef NMRPFLASH_FUZZ
- if (!list && ((!args.file_local && !args.tftpcmd) || !args.intf
/*|| !args.ipaddr*/
)) {
+ if (!list && ((!args.file_local && !args.tftpcmd) || !args.intf)) {
usage(stderr);
return 1;
}