diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-10 19:50:53 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-10 19:50:53 +0100 |
commit | 78c191cc93c5316b8287d72fada09aeecf5534c3 (patch) | |
tree | 04a831e44f24d3e95bf31e475c3f1f6f2fe2821c /FICS/ficsmain.c | |
parent | 80f8a41ff92f051ceb88f92a57b0f34a9ffde2f1 (diff) |
Deleted trailing whitespace characters
Diffstat (limited to 'FICS/ficsmain.c')
-rw-r--r-- | FICS/ficsmain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/ficsmain.c b/FICS/ficsmain.c index b1882f3..aa7e61a 100644 --- a/FICS/ficsmain.c +++ b/FICS/ficsmain.c @@ -135,7 +135,7 @@ PUBLIC int main(int argc, char *argv[]) exit(1); } startuptime = time(0); -/* Using the value defined in config.h now instead of the real hostname. +/* Using the value defined in config.h now instead of the real hostname. This is used as the return address in email, so it needs to be a real DNS resolvable hostname! Sparky */ /* gethostname(fics_hostname, 80); */ |