fix typo. bizarre that it compiled before... maybe points to a bug?

This commit is contained in:
Paul Cox
2010-08-03 15:40:52 +00:00
parent ad55d0a504
commit 98fa110cfc
+1 -1
View File
@@ -38,7 +38,7 @@ static void timeout_cb(int fd, short event, void *arg);
static struct event timeout;
static struct event read_event;
static struct FmsNetwork* network;
static struct DownlinkTrasport *udp_transport;
static struct DownlinkTransport *udp_transport;
void timeout_cb(int fd, short event, void *arg) {