diff src/browser.c @ 2616:62bd04e00eb3

[gaim-migrate @ 2629] what? committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 26 Oct 2001 01:48:25 +0000
parents 6d00c0f8bfc5
children 0899f8c99a15
line wrap: on
line diff
--- a/src/browser.c	Thu Oct 25 22:16:16 2001 +0000
+++ b/src/browser.c	Fri Oct 26 01:48:25 2001 +0000
@@ -581,7 +581,7 @@
 
 			args[0] = g_strdup("kfmclient");
 			args[1] = g_strdup("openURL");
-			args[2] = url;;
+			args[2] = url;
 			args[3] = NULL;
 
 			execvp(args[0], args);