Fix spelling/grammatical mistakes detected by Debian's lintian(1)
[platform/upstream/dbus.git] / tools / dbus-send.c
index c7d5090..e5df15c 100644 (file)
@@ -302,10 +302,8 @@ main (int argc, char *argv[])
        usage (1);
       else if (path == NULL)
         path = arg;
-      else if (name == NULL)
+      else /* name == NULL guaranteed by the 'while' loop */
         name = arg;
-      else
-        usage (1);
     }
 
   if (name == NULL)