]> git.gsnw.org Git - fping.git/commitdiff
fix whitespace
authorDavid Schweikert <david@schweikert.ch>
Tue, 18 Sep 2018 13:54:28 +0000 (15:54 +0200)
committerDavid Schweikert <david@schweikert.ch>
Tue, 18 Sep 2018 13:54:28 +0000 (15:54 +0200)
src/fping.c

index 414da2fdf04a92f3e53b7332a5117f278af34f19..a4e45a1c49a19ac88255f804908d1f1b2d244095 100644 (file)
@@ -689,7 +689,7 @@ int main(int argc, char** argv)
 
     if (socket4 < 0
 #ifdef IPV6
-       && socket6 < 0
+       && socket6 < 0
 #endif
     ) {
         crash_and_burn("can't create socket (must run as root?)");