changeset 21126:83dc11e40f28

cosmetics
author reimar
date Tue, 21 Nov 2006 16:27:05 +0000
parents 4aff19cc00bb
children 15c27b17476c
files stream/url.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/stream/url.c	Tue Nov 21 16:26:38 2006 +0000
+++ b/stream/url.c	Tue Nov 21 16:27:05 2006 +0000
@@ -31,7 +31,7 @@
       tmp = strstr(newurl, "://");
       if (tmp) tmp = strchr(tmp + 3, '/');
     } else
-    tmp = strrchr(newurl, '/');
+      tmp = strrchr(newurl, '/');
     if (tmp) tmp[1] = 0;
     strcat(newurl, redir);
     res = url_new(newurl);