minor re-arrange to return a value in order to avoid compiler warnings
authorDaniel Stenberg <daniel@haxx.se>
Fri, 7 Apr 2006 12:10:34 +0000 (12:10 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 7 Apr 2006 12:10:34 +0000 (12:10 +0000)
commitd98869a0889195a9e0d353cf691219f78186ac93
tree85ae025549007e224e39c6fa95bbc5d0a65fcd29
parent4d33cf739da2649d3a8c363572cdb386b0f743b9
minor re-arrange to return a value in order to avoid compiler warnings
for not returning a value from a non-void function (even though the code
never actually reached that point before)
src/urlglob.c