summaryrefslogtreecommitdiff
path: root/pluma/pluma-prefs-manager.c
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-02-01 13:38:30 +0300
committermonsta <[email protected]>2016-02-01 13:38:30 +0300
commit9fce9762c9f16ebd20d3813975bc75d786380641 (patch)
tree9b2b0bc9b9870a13b2e44c6862db7bbbeef25e36 /pluma/pluma-prefs-manager.c
parente60f2758c59659488b4b7a8b64e2e486e15e64ab (diff)
downloadpluma-9fce9762c9f16ebd20d3813975bc75d786380641.tar.bz2
pluma-9fce9762c9f16ebd20d3813975bc75d786380641.tar.xz
fix a few build warnings
Diffstat (limited to 'pluma/pluma-prefs-manager.c')
-rw-r--r--pluma/pluma-prefs-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pluma/pluma-prefs-manager.c b/pluma/pluma-prefs-manager.c
index 0226200b..c82c887c 100644
--- a/pluma/pluma-prefs-manager.c
+++ b/pluma/pluma-prefs-manager.c
@@ -519,7 +519,7 @@ DEFINE_INT_PREF (print_line_numbers,
DEFINE_STRING_PREF (print_font_body,
GPM_PRINT_FONT_BODY)
-gchar *
+static gchar *
pluma_prefs_manager_get_default_string_value (const gchar *key)
{
gchar *font = NULL;