summaryrefslogtreecommitdiffstats
path: root/buffer.c
diff options
context:
space:
mode:
authorJames Yonan <james@openvpn.net>2010-03-31 06:38:21 +0000
committerJames Yonan <james@openvpn.net>2010-03-31 06:38:21 +0000
commit74fce85ee80ee5f484b62a3a81e9981e5698f1e1 (patch)
treeb4723fb33b503ebd0cee953cd0263d0fb9740a89 /buffer.c
parent2b9b4c8a2d245a03098581de2d54b399e4bc4ad9 (diff)
downloadopenvpn-74fce85ee80ee5f484b62a3a81e9981e5698f1e1.tar.gz
openvpn-74fce85ee80ee5f484b62a3a81e9981e5698f1e1.tar.xz
openvpn-74fce85ee80ee5f484b62a3a81e9981e5698f1e1.zip
Updated MSVC build scripts to Visual Studio 2008:
python msvc\config.py nmake /f msvc\msvc.mak Version 2.1.1e git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@5516 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'buffer.c')
-rw-r--r--buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/buffer.c b/buffer.c
index d448e5d..485c696 100644
--- a/buffer.c
+++ b/buffer.c
@@ -43,7 +43,7 @@ array_mult_safe (const size_t m1, const size_t m2, const size_t extra)
}
void
-buf_size_error (size_t size)
+buf_size_error (const size_t size)
{
msg (M_FATAL, "fatal buffer size error, size=%lu", (unsigned long)size);
}