aboutsummaryrefslogtreecommitdiffstats
path: root/interface.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-11-22 15:42:03 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-11-22 15:42:03 +0000
commite72d87adb43dbe7adb10459a325aa2f508dccab4 (patch)
tree89e5707b8407d8796276b3961cb818340d20274d /interface.c
parentdeb2c117a5fb71a1597754bbbfda02c53d6fbd54 (diff)
downloadfetchmail-e72d87adb43dbe7adb10459a325aa2f508dccab4.tar.gz
fetchmail-e72d87adb43dbe7adb10459a325aa2f508dccab4.tar.bz2
fetchmail-e72d87adb43dbe7adb10459a325aa2f508dccab4.zip
Cleanup.
svn path=/trunk/; revision=2204
Diffstat (limited to 'interface.c')
-rw-r--r--interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface.c b/interface.c
index 52939994..cb42e8be 100644
--- a/interface.c
+++ b/interface.c
@@ -156,7 +156,7 @@ static int inet_aton(const char *cp, struct in_addr *inp) {
memcpy(inp, &addr, sizeof(addr));
return 1;
}
-#endif HAVE_INET_ATON
+#endif /* HAVE_INET_ATON */
void interface_parse(char *buf, struct hostdata *hp)
/* parse 'interface' specification */