Revision: 14565 Author: adrian.chadd Date: Sat Apr 10 17:46:50 2010 Log: Add missing #endif
http://code.google.com/p/lusca-cache/source/detail?r=14565 Modified: /branches/LUSCA_HEAD/lib/win32lib.c ======================================= --- /branches/LUSCA_HEAD/lib/win32lib.c Sat Apr 10 04:24:15 2010 +++ /branches/LUSCA_HEAD/lib/win32lib.c Sat Apr 10 17:46:50 2010 @@ -537,5 +537,8 @@ #endif return 0; } + +#endif #endif /* _SQUID_MSWIN_ */ + -- You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=en.
