fix building for WIN32
authorMark Brand <mabrand@mabrand.nl>
Mon, 11 Jun 2012 11:13:02 +0000 (20:13 +0900)
committerAkira TAGOH <akira@tagoh.org>
Mon, 11 Jun 2012 11:13:02 +0000 (20:13 +0900)
commit0b20bd0281a2247a047ef388ea2c6c58614d7b1a
tree6eb7b08c38eb159f6ab74b274e01bd3c41221602
parent101825a129aa1a025e91fd55124e973fcdb31f9e
fix building for WIN32

8c255fb185d5651b57380b0a9443001e8051b29d moved some code out of switch
but did not declare 'buffer'. Also, replacing the "break" with
"goto bail" neglected the WIN32 specific code.
src/fcxml.c