aboutsummaryrefslogtreecommitdiffstats
path: root/src/ipcalc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipcalc.c')
-rw-r--r--src/ipcalc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipcalc.c b/src/ipcalc.c
index c7b11d77..82afa75f 100644
--- a/src/ipcalc.c
+++ b/src/ipcalc.c
@@ -423,7 +423,7 @@ int main(int argc, const char **argv) {
printf("NETWORK=%s\n", namebuf);
}
- if (showHostname) {
+ if (showHostname) {
if ((hostName = (char *) get_hostname(ip)) == NULL) {
if (!beSilent) {
sprintf(errBuf, "ipcalc: cannot find hostname for %s", ipStr);