Make a local function static

This commit is contained in:
Colomban Wendling 2018-06-15 23:08:54 +02:00
parent 592c68b123
commit 8cdf1d1ee8

View File

@ -119,7 +119,7 @@ void msgwin_set_messages_dir(const gchar *messages_dir)
}
void load_color(const gchar *color_name, GdkColor *color)
static void load_color(const gchar *color_name, GdkColor *color)
{
#if GTK_CHECK_VERSION(3, 0, 0)
GdkRGBA rgba_color;