summaryrefslogtreecommitdiff
path: root/src/win32/socket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32/socket.cpp')
-rw-r--r--src/win32/socket.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/win32/socket.cpp b/src/win32/socket.cpp
index 489192679..b4e7efe1a 100644
--- a/src/win32/socket.cpp
+++ b/src/win32/socket.cpp
@@ -1,6 +1,6 @@
/* POSIX emulation layer for Windows.
*
- * (C) 2008-2016 Anope Team
+ * (C) 2008-2017 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
@@ -86,7 +86,7 @@ int windows_inet_pton(int af, const char *src, void *dst)
}
return 1;
}
-
+
return 0;
}