From: Joseph C. Lehner Date: Thu, 5 Sep 2019 14:08:01 +0000 (+0200) Subject: Fix compile error X-Git-Tag: v0.9.14~5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=63f7ab76103987bacde62217dfa71fb43993abbd;p=oweals%2Fnmrpflash.git Fix compile error --- diff --git a/nmrp.c b/nmrp.c index 9d5c5f8..3f7c7b8 100644 --- a/nmrp.c +++ b/nmrp.c @@ -661,7 +661,7 @@ int nmrp_do(struct nmrpd_args *args) } if (rx.msg.code == NMRP_C_CLOSE_REQ) { - if (ka_count) { + if (kareqs) { printf("\n"); }