diff --git a/common/featured_text.h b/common/featured_text.h index 43108d0fc3..f7ab421549 100644 --- a/common/featured_text.h +++ b/common/featured_text.h @@ -135,7 +135,11 @@ struct ft_color { const char *foreground; const char *background; }; -#define FT_COLOR(fg, bg) {fg, bg} + +#define FT_COLOR(fg, bg) \ +{ \ + fg, bg \ +} /************************************************************************** Constructor. **************************************************************************/