changeset 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 8b84198651c9
children 251ecc5cd9b3
files src/browser.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);