summaryrefslogtreecommitdiffstats
path: root/ax25ipd
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2005-12-09 14:27:10 +0000
committerThomas Osterried <thomas@osterried.de>2005-12-09 14:27:10 +0000
commitbfd8d3bf6eaa81c95141df29b753e98150c09e57 (patch)
tree01b7b656b40ce7ad565f747c6ad6b4a1c497a03f /ax25ipd
parent3c349d53d6194801b1d0715320065229f8328928 (diff)
gcc4.0 sucks
Diffstat (limited to 'ax25ipd')
-rw-r--r--ax25ipd/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ax25ipd/io.c b/ax25ipd/io.c
index 914255a..17375e2 100644
--- a/ax25ipd/io.c
+++ b/ax25ipd/io.c
@@ -379,8 +379,8 @@ void io_start() {
*/
if (!bc_every)
last_bc_time = time(NULL);
-out_ttyfd:
}
+out_ttyfd:
if (udp_mode) {
if (FD_ISSET(udpsock, &readfds)) {