[geany/geany] 8cdf1d: Make a local function static
Colomban Wendling
git-noreply at xxxxx
Fri Jun 15 21:08:54 UTC 2018
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Fri, 15 Jun 2018 21:08:54 UTC
Commit: 8cdf1d1ee862a62c0968187d52571b31091bf370
https://github.com/geany/geany/commit/8cdf1d1ee862a62c0968187d52571b31091bf370
Log Message:
-----------
Make a local function static
Modified Paths:
--------------
src/msgwindow.c
Modified: src/msgwindow.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -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;
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list