aboutsummaryrefslogtreecommitdiff
path: root/debug.c
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-09-17 08:09:54 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-09-17 08:09:54 +0000
commitaf0f1d0b0a47be5c19b89e1769810f4c69da5941 (patch)
treea2b3453b07f394f74dd3f353eccaaccf86302f62 /debug.c
parent7a9f5ad7d158ed0c51b7d96bb33ea3bf97fb2e17 (diff)
downloadslirp-af0f1d0b0a47be5c19b89e1769810f4c69da5941.zip
slirp-af0f1d0b0a47be5c19b89e1769810f4c69da5941.tar.gz
slirp-af0f1d0b0a47be5c19b89e1769810f4c69da5941.tar.bz2
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3177 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'debug.c')
-rw-r--r--debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.c b/debug.c
index d6f3939..d52e3de 100644
--- a/debug.c
+++ b/debug.c
@@ -345,7 +345,7 @@ slirp_exit(exit_status)
if (!dfd)
debug_init("slirp_stats", 0xf);
lprint_arg = (char **)&dfd;
-
+
ipstats();
tcpstats();
udpstats();