From 433eac7844481b8ceda0bae8bf08f6bb623185b0 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 1 Jun 2009 19:09:19 -0400 Subject: More code cleanup. --- shell/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/main.c') diff --git a/shell/main.c b/shell/main.c index 6cb7d7c255..438f09d7a9 100644 --- a/shell/main.c +++ b/shell/main.c @@ -342,7 +342,7 @@ idle_cb (gchar **uris) thread. So if we have to redirect the signal if the crash happens in another thread. */ -static void (*gnome_segv_handler) (int); +static void (*gnome_segv_handler) (gint); static GStaticMutex segv_mutex = G_STATIC_MUTEX_INIT; static pthread_t main_thread; -- cgit v1.2.3