changeset 10239:d0558652e0c4

[gaim-migrate @ 11376] typo fix committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 22 Nov 2004 21:56:46 +0000
parents b8b4769d9800
children 95ca0db2d01d
files src/proxy.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.