summaryrefslogtreecommitdiff
path: root/win32/sockets.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/sockets.c')
-rw-r--r--win32/sockets.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/win32/sockets.c b/win32/sockets.c
index 4ad84ab946..e56836468a 100644
--- a/win32/sockets.c
+++ b/win32/sockets.c
@@ -90,3 +90,12 @@ error:
WSASetLastError(WSAECONNABORTED);
return -1;
}
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 fdm=marker
+ * vim<600: sw=4 ts=4
+ */