commit | ac678ec2f127fc02a93fff2c164e0b13a94a6abf | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Mon Apr 16 22:32:04 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Mon Apr 16 22:32:04 2007 +0000 |
tree | f1354d1d4e3ca29b1fd77698d45791e61fd7a8b1 | |
parent | 17e3c34aa7abe42aa604234235338e2b8087b8a0 [diff] [blame] |
style fixes, no code changes
diff --git a/miscutils/rx.c b/miscutils/rx.c index 29848b1..6e79f34 100644 --- a/miscutils/rx.c +++ b/miscutils/rx.c
@@ -43,7 +43,8 @@ #define TIMEOUT_LONG 10 #define MAXERRORS 10 -static int read_byte(int fd, unsigned int timeout) { +static int read_byte(int fd, unsigned int timeout) +{ char buf[1]; int n;