style(9) requires a space here.

This commit is contained in:
Marcelo Araujo
2015-08-11 01:45:17 +00:00
parent e5763f0069
commit 006bf8a619
+1 -1
View File
@@ -123,7 +123,7 @@ main(int argc, char *argv[])
sin.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
while ((c = getopt(argc, argv, "h:d:")) != -1)
switch(c) {
switch (c) {
case 'd':
domainname = optarg;
break;