From b116fab0698b3788dae9047524b9beb03cb8b0fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net> Date: Fri, 3 Jan 2025 16:15:18 -0500 Subject: [PATCH] Annotate missing commas --- src/syncterm/syncterm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/syncterm/syncterm.c b/src/syncterm/syncterm.c index 9644cc0500..a194576c1f 100644 --- a/src/syncterm/syncterm.c +++ b/src/syncterm/syncterm.c @@ -780,8 +780,10 @@ static const struct { char *output_types[] = { "Autodetect" #ifdef __unix__ + /* coverity[missing_comma] */ " (X11, SDL, Curses, ANSI)" #elif defined(_WIN32) + /* coverity[missing_comma] */ " (GDI, SDL, Console, ANSI)" #endif #ifdef __unix__ -- GitLab