From 7800fcd870edc5a5bbe0709741976da1cc4d200d Mon Sep 17 00:00:00 2001 From: Soren Sandmann Date: Fri, 2 Mar 2007 06:36:34 +0000 Subject: [PATCH] Make this function static 2007-03-02 Soren Sandmann * sysprof-text.c (dump_data): Make this function static svn path=/trunk/; revision=360 --- ChangeLog | 4 ++++ sysprof-text.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index df28e07a..d824282d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-03-02 Soren Sandmann + + * sysprof-text.c (dump_data): Make this function static + 2007-03-02 Soren Sandmann * collector.c (collector_create_profile): Remove FIXME. diff --git a/sysprof-text.c b/sysprof-text.c index 23c72bb9..34b9da31 100644 --- a/sysprof-text.c +++ b/sysprof-text.c @@ -42,7 +42,7 @@ struct Application GMainLoop * main_loop; }; -void +static void dump_data (Application *app) { GError *err = NULL;