filechooserwidget: Fix profiling code compilation
authorTimm Bäder <mail@baedert.org>
Thu, 16 Feb 2017 11:22:58 +0000 (12:22 +0100)
committerdjb <db0451@gmail.com>
Fri, 17 Feb 2017 21:46:51 +0000 (21:46 +0000)
gtk/gtkfilechooserwidget.c

index 943dd71d92071f24b5eba2e71c7ba3052ef71699..45e4724f11904f3a4470fcf35003e1c60086cb78 100644 (file)
@@ -134,7 +134,7 @@ profile_add_indent (int indent)
     g_error ("You screwed up your indentation");
 }
 
-void
+static void
 _gtk_file_chooser_profile_log (const char *func, int indent, const char *msg1, const char *msg2)
 {
   char *str;