From: guyzmo Date: Sat, 25 Feb 2017 11:47:14 +0000 (+0100) Subject: Fixes missing semi-colon compilation issue (#433) X-Git-Tag: neomutt-20170306~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0997a4cb799433c8073229b507fc49a91d61284;p=neomutt Fixes missing semi-colon compilation issue (#433) Signed-off-by: Guyzmo --- diff --git a/getdomain.c b/getdomain.c index 97fd9f429..e93954709 100644 --- a/getdomain.c +++ b/getdomain.c @@ -67,7 +67,7 @@ int getdnsdomainname (char *d, size_t len) #else /* !HAVE_GETADDRINFO_A */ - getaddrinfo(node, NULL, &hints, &h) + getaddrinfo(node, NULL, &hints, &h); #endif