aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.c b/shell/main.c
index 4032c5544e..2eb2b2a5f3 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -417,7 +417,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;