udevadm-settle: add missing brace

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2013-11-07 01:34:19 -05:00
parent 3f6da75bce
commit 86198b2788
2 changed files with 2 additions and 1 deletions

View file

@ -1385,7 +1385,7 @@ int main(int argc, char *argv[]) {
if (arg_running_as == SYSTEMD_USER &&
!getenv("XDG_RUNTIME_DIR")) {
log_error("Trying to run as user instance, but \$XDG_RUNTIME_DIR is not set.");
log_error("Trying to run as user instance, but $XDG_RUNTIME_DIR is not set.");
goto finish;
}

View file

@ -87,6 +87,7 @@ static int adm_settle(struct udev *udev, int argc, char *argv[])
exit(EXIT_FAILURE);
};
break;
};
case 'q':
quiet = 1;
break;