From 1245fbd2a8d60bab7b16b8a1d3c0122fee72f53f Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 5 Jun 2013 00:57:38 +0200 Subject: Nuke trailing whitespace. Signed-off-by: Ralf Baechle --- user_call/ax25_call.8 | 2 +- user_call/user_io.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'user_call') diff --git a/user_call/ax25_call.8 b/user_call/ax25_call.8 index 81b305f..ce1d394 100644 --- a/user_call/ax25_call.8 +++ b/user_call/ax25_call.8 @@ -27,7 +27,7 @@ For .B netrom_call the remote_netrom_addr parameter may either be in the form of a single callsign or as a NET/ROM alias and callsign pair separated by -colon. For example NMCLUS:GB7BPQ. +colon. For example NMCLUS:GB7BPQ. .sp For .B rose_call diff --git a/user_call/user_io.c b/user_call/user_io.c index c486e46..d7e03c8 100644 --- a/user_call/user_io.c +++ b/user_call/user_io.c @@ -193,7 +193,7 @@ int select_loop(int s) FD_ZERO(&read_fd); FD_SET(STDIN_FILENO, &read_fd); FD_SET(s, &read_fd); - + select(s + 1, &read_fd, NULL, NULL, NULL); if (FD_ISSET(s, &read_fd)) { -- cgit v1.2.3