summaryrefslogtreecommitdiff
path: root/src/daemon/gnuserv.c
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-07-12 14:29:30 +0000
committerMartin Baulig <martin@src.gnome.org>1998-07-12 14:29:30 +0000
commit8a666eb5a4e3d534f1266879ff4d3f231f4f0fa7 (patch)
tree401ea6567d0bc11ad881541cac6ec1a6ca5c7c81 /src/daemon/gnuserv.c
parent61071132bf39cbfe7e7d3911724d1ef6a2335bff (diff)
downloadlibgtop-8a666eb5a4e3d534f1266879ff4d3f231f4f0fa7.tar.gz
Fixed unbalanced '#endif'.
Diffstat (limited to 'src/daemon/gnuserv.c')
-rw-r--r--src/daemon/gnuserv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/gnuserv.c b/src/daemon/gnuserv.c
index 9be15895..c84bb87f 100644
--- a/src/daemon/gnuserv.c
+++ b/src/daemon/gnuserv.c
@@ -625,7 +625,7 @@ handle_internet_request (int ls)
glibtop_warn ("Refused connection from %s.", inet_ntoa (peer.sin_addr));
return;
} /* if */
-#tifdef DEBUG
+#ifdef DEBUG
fprintf (stderr, "Accepted connection from %s.\n", inet_ntoa (peer.sin_addr));
#endif