mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Add copyright statement.
2005-11-04 Soren Sandmann <sandmann@redhat.com> * collector.[ch]: Add copyright statement. * collector.c (on_read): Handle time getting set backwards. * collector.c: Remove unused empty_filedescriptor() function.
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
5bddcf4af9
commit
cf761a2a70
10
sysprof.c
10
sysprof.c
@ -231,7 +231,8 @@ update_sensitivity (Application *app)
|
||||
}
|
||||
|
||||
static void
|
||||
set_busy (GtkWidget *widget, gboolean busy)
|
||||
set_busy (GtkWidget *widget,
|
||||
gboolean busy)
|
||||
{
|
||||
GdkCursor *cursor;
|
||||
|
||||
@ -547,8 +548,8 @@ fill_descendants_tree (Application *app)
|
||||
}
|
||||
|
||||
static void
|
||||
add_callers (GtkListStore *list_store,
|
||||
Profile *profile,
|
||||
add_callers (GtkListStore *list_store,
|
||||
Profile *profile,
|
||||
ProfileCaller *callers)
|
||||
{
|
||||
while (callers)
|
||||
@ -1339,7 +1340,8 @@ load_file (gpointer data)
|
||||
}
|
||||
|
||||
int
|
||||
main (int argc, char **argv)
|
||||
main (int argc,
|
||||
char **argv)
|
||||
{
|
||||
Application *app;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user