From 8386f5eedc9bb157bfa4182203066ceeedbc718e Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Thu, 7 Mar 2019 00:09:22 -0500 Subject: semantics --- urlopen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- cgit v1.2.3