summaryrefslogtreecommitdiff
path: root/src/update-utmp
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-02-09 16:32:55 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-02-10 14:43:10 +0100
commit61b315de9b9a0688d63142947d0e5ce76e6bc7ac (patch)
treed68ce69d8813cbc22565714952e21cf84453fe94 /src/update-utmp
parent170d40260ba4484726d247b679089a394b5ffcf6 (diff)
downloadsystemd-61b315de9b9a0688d63142947d0e5ce76e6bc7ac.tar.gz
Add comma in structured initialization in a few places
It just looks nicer…
Diffstat (limited to 'src/update-utmp')
-rw-r--r--src/update-utmp/update-utmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update-utmp/update-utmp.c b/src/update-utmp/update-utmp.c
index 1ec9066d34..38df4cddf0 100644
--- a/src/update-utmp/update-utmp.c
+++ b/src/update-utmp/update-utmp.c
@@ -215,7 +215,7 @@ static int on_runlevel(Context *c) {
static int run(int argc, char *argv[]) {
_cleanup_(context_clear) Context c = {
#if HAVE_AUDIT
- .audit_fd = -1
+ .audit_fd = -1,
#endif
};
int r;