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;