# HG changeset patch # User Sean Egan # Date 1101160606 0 # Node ID d0558652e0c4811cede5679f1d7afb2cc76fbbdb # Parent b8b4769d980024abdf24aa814dd19ffc8a50c128 [gaim-migrate @ 11376] typo fix committer: Tailor Script diff -r b8b4769d9800 -r d0558652e0c4 src/proxy.c --- a/src/proxy.c Mon Nov 22 19:06:12 2004 +0000 +++ b/src/proxy.c Mon Nov 22 21:56:46 2004 +0000 @@ -632,7 +632,7 @@ return 0; } -elif defined _WIN32 /* end __unix__ */ +#elif defined _WIN32 /* end __unix__ */ /* Note: The below win32 implementation is actually platform independent. Perhaps this can be used in place of the above platform dependent code.