From 1cb1538f7897aefad17fb60c01932195300da9e9 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sat, 11 May 2024 18:56:57 +0900 Subject: [PATCH] journal-rate-limit: add trailing comma in table --- src/journal/journald-rate-limit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/journal/journald-rate-limit.c b/src/journal/journald-rate-limit.c index 1028e386890..ea2c27a686e 100644 --- a/src/journal/journald-rate-limit.c +++ b/src/journal/journald-rate-limit.c @@ -23,7 +23,7 @@ static const int priority_map[] = { [LOG_WARNING] = 2, [LOG_NOTICE] = 3, [LOG_INFO] = 3, - [LOG_DEBUG] = 4 + [LOG_DEBUG] = 4, }; typedef struct JournalRateLimitPool JournalRateLimitPool; -- 2.47.3