diff options
Diffstat (limited to 'miscutils/rx.c')
-rw-r--r-- | miscutils/rx.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/miscutils/rx.c b/miscutils/rx.c index 29848b1d9..6e79f3438 100644 --- a/miscutils/rx.c +++ b/miscutils/rx.c | |||
@@ -43,7 +43,8 @@ Cf: | |||
43 | #define TIMEOUT_LONG 10 | 43 | #define TIMEOUT_LONG 10 |
44 | #define MAXERRORS 10 | 44 | #define MAXERRORS 10 |
45 | 45 | ||
46 | static int read_byte(int fd, unsigned int timeout) { | 46 | static int read_byte(int fd, unsigned int timeout) |
47 | { | ||
47 | char buf[1]; | 48 | char buf[1]; |
48 | int n; | 49 | int n; |
49 | 50 | ||