app: fix position of "inline" keyword in about-dialog.c
This commit is contained in:
committed by
Michael Natterer
parent
4033415a79
commit
f4f7b894ed
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user