]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Forget to remove a #endif
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 2 Aug 2009 18:13:08 +0000 (18:13 +0000)
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 2 Aug 2009 18:13:08 +0000 (18:13 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11461 e03df62e-2008-0410-955e-edbf42e46eb7

win/inspircd_win32wrapper.cpp

index 97f690d7d82650485a4258587e82d7f69b750c2c..0bff707dbc1cbfb9977c4bc909a43fb35010a2b0 100644 (file)
@@ -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)
 {