app: fix position of "inline" keyword in about-dialog.c

This commit is contained in:
Timm Bäder
2016-09-07 20:23:09 +02:00
committed by Michael Natterer
parent 4033415a79
commit f4f7b894ed

View File

@ -351,7 +351,7 @@ insert_spacers (const gchar *string)
return g_string_free (str, FALSE);
}
static void inline
static inline void
mix_colors (const GdkColor *start,
const GdkColor *end,
GdkColor *target,