diff src/main.c @ 1437:a3d3208b0c50

gint -> gboolean.
author zas_
date Sun, 15 Mar 2009 07:07:52 +0000
parents c9949c19a6d0
children 75721f22155c
line wrap: on
line diff
--- a/src/main.c	Sat Mar 14 23:26:42 2009 +0000
+++ b/src/main.c	Sun Mar 15 07:07:52 2009 +0000
@@ -198,7 +198,7 @@
 	GList *list = NULL;
 	GList *remote_list = NULL;
 	GList *remote_errors = NULL;
-	gint remote_do = FALSE;
+	gboolean remote_do = FALSE;
 	gchar *first_dir = NULL;
 	
 	command_line = g_new0(CommandLine, 1);