mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Make this function static
2007-03-02 Soren Sandmann <sandmann@daimi.au.dk> * sysprof-text.c (dump_data): Make this function static svn path=/trunk/; revision=360
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
bbed8de81e
commit
7800fcd870
@ -1,3 +1,7 @@
|
||||
2007-03-02 Soren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* sysprof-text.c (dump_data): Make this function static
|
||||
|
||||
2007-03-02 Soren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* collector.c (collector_create_profile): Remove FIXME.
|
||||
|
||||
@ -42,7 +42,7 @@ struct Application
|
||||
GMainLoop * main_loop;
|
||||
};
|
||||
|
||||
void
|
||||
static void
|
||||
dump_data (Application *app)
|
||||
{
|
||||
GError *err = NULL;
|
||||
|
||||
Reference in New Issue
Block a user