Fixed unbalanced '#endif'.

This commit is contained in:
Martin Baulig
1998-07-12 14:29:30 +00:00
parent 61071132bf
commit 8a666eb5a4

View File

@@ -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