summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--urlopen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/urlopen.c b/urlopen.c
index d70c7b9..3636cca 100644
--- a/urlopen.c
+++ b/urlopen.c
@@ -76,7 +76,7 @@ getext(char *url)
* check if the extension of the url (if exists) is in our array
* if it is, return the index on the array, otherwise 0
*/
- int ret = 0;
+ int ret = 0;
char *p = NULL;
if ((p = strrchr(url, '.')+1))
{