dbus-send: Avoid duplicated-branches warning
authorDavid King <dking@redhat.com>
Wed, 17 Oct 2018 07:33:25 +0000 (08:33 +0100)
committerSimon McVittie <smcv@collabora.com>
Wed, 17 Apr 2019 12:38:05 +0000 (13:38 +0100)
commit2fb62561f0304a0f550d828513c09818c804023a
tree242b5962a9c260ffceb9cf916b8ab79edf2773f9
parent2e4a72ed51684225c8de7047e415744c2113ed6d
dbus-send: Avoid duplicated-branches warning

Switch the order of the argument checks to avoid the
-Wduplicated-branches warning.

Signed-off-by: David King <dking@redhat.com>
Reviewed-by: Simon McVittie <smcv@collabora.com>
(cherry picked from commit c0bf0d185d72e20e70da9a98e13f69e19f2a87d5)
tools/dbus-send.c