Mercurial > pidgin
comparison src/proxy.c @ 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 | 2f6dcbaaabe0 |
| children | 36b7335d3452 |
comparison
equal
deleted
inserted
replaced
| 10238:b8b4769d9800 | 10239:d0558652e0c4 |
|---|---|
| 630 req->inpa = gaim_input_add(req->fd_out, GAIM_INPUT_READ, host_resolved, req); | 630 req->inpa = gaim_input_add(req->fd_out, GAIM_INPUT_READ, host_resolved, req); |
| 631 | 631 |
| 632 return 0; | 632 return 0; |
| 633 } | 633 } |
| 634 | 634 |
| 635 elif defined _WIN32 /* end __unix__ */ | 635 #elif defined _WIN32 /* end __unix__ */ |
| 636 | 636 |
| 637 /* Note: The below win32 implementation is actually platform independent. | 637 /* Note: The below win32 implementation is actually platform independent. |
| 638 Perhaps this can be used in place of the above platform dependent code. | 638 Perhaps this can be used in place of the above platform dependent code. |
| 639 */ | 639 */ |
| 640 | 640 |
