summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2009-08-02 18:13:08 +0000
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2009-08-02 18:13:08 +0000
commitfdcdf7c1c0d608aa80e9d0c90c7a6df29bf64a8b (patch)
tree1280362d7552558f698cd459c97c850057a9fbb3 /win
parent1a9b84820cd4eb009ba4b73421619e573f702241 (diff)
Forget to remove a #endif
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11461 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'win')
-rw-r--r--win/inspircd_win32wrapper.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/win/inspircd_win32wrapper.cpp b/win/inspircd_win32wrapper.cpp
index 97f690d7d..0bff707db 100644
--- a/win/inspircd_win32wrapper.cpp
+++ b/win/inspircd_win32wrapper.cpp
@@ -90,7 +90,6 @@ int insp_inet_pton(int af, const char *src, void *dst)
memcpy(dst, &sa.sin_addr, sizeof(struct in_addr));
return rv;
}
-#endif
void setcolor(int color_code)
{