From e4fa8fe10408c4c370e1e11e4bb2d7745f50aceb Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 16 May 2009 12:11:55 -0400 Subject: Fix several types of pedantic compiler warnings. --- shell/e-shell-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/e-shell-window.c') diff --git a/shell/e-shell-window.c b/shell/e-shell-window.c index 9d6905203b..548e987588 100644 --- a/shell/e-shell-window.c +++ b/shell/e-shell-window.c @@ -913,7 +913,7 @@ store_window_size (GtkWidget* widget) g_object_unref(client); E_SHELL_WINDOW (widget)->priv->store_window_size_timer = 0; - return FALSE; // remove this timeout + return FALSE; /* remove this timeout */ } static void -- cgit