summaryrefslogtreecommitdiff
path: root/miscutils/rx.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2013-01-15 13:58:01 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2013-01-15 13:58:01 +0100
commit6830ade6aa91dad5afe6abf9d1e4f696f5641bf1 (patch)
tree0b7de8e0cbaa864f742901814f734549270e5ff9 /miscutils/rx.c
parent30a8652fbf16884490cee4a624f039a9ab587269 (diff)
downloadbusybox-w32-6830ade6aa91dad5afe6abf9d1e4f696f5641bf1.tar.gz
busybox-w32-6830ade6aa91dad5afe6abf9d1e4f696f5641bf1.tar.bz2
busybox-w32-6830ade6aa91dad5afe6abf9d1e4f696f5641bf1.zip
whitespace fixes. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/rx.c')
-rw-r--r--miscutils/rx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/rx.c b/miscutils/rx.c
index af597320c..1dffb593a 100644
--- a/miscutils/rx.c
+++ b/miscutils/rx.c
@@ -193,8 +193,8 @@ static int receive(/*int read_fd, */int file_fd)
193 } 193 }
194 if (cksum_or_crc != expected) { 194 if (cksum_or_crc != expected) {
195 bb_error_msg(do_crc ? "crc error, expected 0x%04x, got 0x%04x" 195 bb_error_msg(do_crc ? "crc error, expected 0x%04x, got 0x%04x"
196 : "checksum error, expected 0x%02x, got 0x%02x", 196 : "checksum error, expected 0x%02x, got 0x%02x",
197 expected, cksum_or_crc); 197 expected, cksum_or_crc);
198 goto error; 198 goto error;
199 } 199 }
200 200