From a763c26876c7e56401452f76e1d372bb945aa8b7 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 18 Aug 2008 04:43:06 +0000 Subject: Fix a little compiler warning I caused. svn path=/trunk/; revision=36010 --- shell/e-shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/e-shell.c b/shell/e-shell.c index 948f7c41e3..f48978dfd5 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -1220,7 +1220,7 @@ e_shell_go_online (EShell *shell, gboolean e_shell_get_crash_recovery (EShell *shell) { - g_return_val_if_fail (E_IS_SHELL (shell), NULL); + g_return_val_if_fail (E_IS_SHELL (shell), FALSE); return shell->priv->crash_recovery; } -- cgit