comparison src/main.c @ 1437:a3d3208b0c50

gint -> gboolean.
author zas_
date Sun, 15 Mar 2009 07:07:52 +0000
parents c9949c19a6d0
children 75721f22155c
comparison
equal deleted inserted replaced
1436:d7a6fb7a90dd 1437:a3d3208b0c50
196 static void parse_command_line(gint argc, gchar *argv[]) 196 static void parse_command_line(gint argc, gchar *argv[])
197 { 197 {
198 GList *list = NULL; 198 GList *list = NULL;
199 GList *remote_list = NULL; 199 GList *remote_list = NULL;
200 GList *remote_errors = NULL; 200 GList *remote_errors = NULL;
201 gint remote_do = FALSE; 201 gboolean remote_do = FALSE;
202 gchar *first_dir = NULL; 202 gchar *first_dir = NULL;
203 203
204 command_line = g_new0(CommandLine, 1); 204 command_line = g_new0(CommandLine, 1);
205 205
206 command_line->argc = argc; 206 command_line->argc = argc;