summaryrefslogtreecommitdiff
path: root/slirp/sbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'slirp/sbuf.c')
-rw-r--r--slirp/sbuf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/slirp/sbuf.c b/slirp/sbuf.c
index 02c5fce0a1..b0e0838405 100644
--- a/slirp/sbuf.c
+++ b/slirp/sbuf.c
@@ -198,4 +198,3 @@ sbcopy(sb, off, len, to)
memcpy(to+off,sb->sb_data,len);
}
}
-