chiark / gitweb /
Import release 0.1.16
[secnet.git] / tun.c
diff --git a/tun.c b/tun.c
index bf8cb1b2a87a7cbefb5cd396178d39858495b45f..f7c0561179480d43f5d8aae40932afd76736b24a 100644 (file)
--- a/tun.c
+++ b/tun.c
@@ -106,7 +106,7 @@ static int tun_beforepoll(void *sst, struct pollfd *fds, int *nfds_io,
 }
 
 static void tun_afterpoll(void *sst, struct pollfd *fds, int nfds,
-                           const struct timeval *tv_now, uint64_t *now)
+                         const struct timeval *tv_now, uint64_t *now)
 {
     struct tun *st=sst;
     int l;