From: Joseph C. Lehner Date: Sat, 6 Feb 2016 17:49:36 +0000 (+0200) Subject: Fix whitespace errors X-Git-Tag: v0.9~33 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5da29e510950b8662f467aec2541b71872160541;p=oweals%2Fnmrpflash.git Fix whitespace errors --- diff --git a/nmrp.c b/nmrp.c index c0eb546..7eda870 100644 --- a/nmrp.c +++ b/nmrp.c @@ -280,7 +280,7 @@ int nmrp_do(struct nmrpd_args *args) } if ((ipaddr.s_addr = inet_addr(args->ipaddr)) == INADDR_NONE) { - fprintf(stderr, "Invalid IP address '%s'.\n", args->ipaddr); + fprintf(stderr, "Invalid IP address '%s'.\n", args->ipaddr); return 1; } @@ -366,7 +366,7 @@ int nmrp_do(struct nmrpd_args *args) do { if (expect != NMRP_C_NONE && rx.msg.code != expect) { - fprintf(stderr, "Received code 0x%02x while waiting for 0x%02x!\n", + fprintf(stderr, "Received code 0x%02x while waiting for 0x%02x!\n", rx.msg.code, expect); }