--- 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);