multi.c: Corrected a couple of violations of the curl coding standards
authorSteve Holme <steve_holme@hotmail.com>
Thu, 21 Mar 2013 19:14:03 +0000 (19:14 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 21 Mar 2013 19:14:03 +0000 (19:14 +0000)
commitd85647cfddd5b1c0ae5623d91ae7cc3807350807
tree3770a6d66a6370259232ff23ec26bf67d04eed27
parentc0c46c3137a3f1dea014cfa69588c4e121710cf7
multi.c: Corrected a couple of violations of the curl coding standards

Corrected some incorrectly positioned pointer variable declarations to
be "type *" rather than "type* ".
lib/multi.c