Skip to content
Snippets Groups Projects
Commit b116fab0 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Annotate missing commas

parent 60c2bb2e
No related branches found
No related tags found
No related merge requests found
...@@ -780,8 +780,10 @@ static const struct { ...@@ -780,8 +780,10 @@ static const struct {
char *output_types[] = { char *output_types[] = {
"Autodetect" "Autodetect"
#ifdef __unix__ #ifdef __unix__
/* coverity[missing_comma] */
" (X11, SDL, Curses, ANSI)" " (X11, SDL, Curses, ANSI)"
#elif defined(_WIN32) #elif defined(_WIN32)
/* coverity[missing_comma] */
" (GDI, SDL, Console, ANSI)" " (GDI, SDL, Console, ANSI)"
#endif #endif
#ifdef __unix__ #ifdef __unix__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment