getinfo: use va_end and cut off Curl_ from static funcs
authorDaniel Stenberg <daniel@haxx.se>
Fri, 13 Jul 2012 11:38:02 +0000 (13:38 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 13 Jul 2012 11:47:34 +0000 (13:47 +0200)
commit771e91374b7e68c8c0d20af63821c29598964fa0
treed26a391de26dbf2612189715714593c3aa4b1f69
parent1a74e54e8b820c66fb76dd1972587f42ecbe22fd
getinfo: use va_end and cut off Curl_ from static funcs

va_end() needs to be used after va_start() and we don't normally use
Curl_ prefixes for purely static functions.
lib/getinfo.c