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

Annotate missing commas

parent f5a033dd
No related branches found
No related tags found
1 merge request!488Overhaul LZH code
Pipeline #7555 passed
......@@ -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__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment