aboutsummaryrefslogtreecommitdiff
path: root/sio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sio.c')
-rw-r--r--sio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sio.c b/sio.c
index 0f6e067..ab5b5e8 100644
--- a/sio.c
+++ b/sio.c
@@ -33,7 +33,7 @@ struct sio {
};
struct sio *
-init_sio(int round)
+init_sio(unsigned int round)
{
struct sio *sio;
size_t bufsz;