url.c: Fixed compilation warning/error
authorSteve Holme <steve_holme@hotmail.com>
Wed, 7 May 2014 09:55:01 +0000 (10:55 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 7 May 2014 09:55:19 +0000 (10:55 +0100)
commit6f8085ca77d9572f902e52702d86c83b220736a7
tree77e838441e83ea55b9ae696dd9b9b42bd1087dc1
parent3b59753c11914986b7479b934620b980ae996c7d
url.c: Fixed compilation warning/error

Depending on compiler line 3505 could generate the following warning or
error:

* warning: ISO C90 forbids mixed declarations and code
* A declaration cannot appear after an executable statement in a block
* error C2275: 'size_t' : illegal use of this type as an expression
lib/url.c