aboutsummaryrefslogtreecommitdiff
path: root/tests/test.c
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2016-12-19 00:06:12 -0800
committerGarrett D'Amore <garrett@damore.org>2016-12-19 00:06:12 -0800
commit8d09339679c64a00576ac99724f36973730efe28 (patch)
tree230a4c62e52902073bfb2b8433cb4c5ca8eb276e /tests/test.c
parent4847c64536a5c8be22051c93939034b308d1e717 (diff)
downloadnng-8d09339679c64a00576ac99724f36973730efe28.tar.gz
nng-8d09339679c64a00576ac99724f36973730efe28.tar.bz2
nng-8d09339679c64a00576ac99724f36973730efe28.zip
fix windows compilation bug (colon instead of semicolon)
Diffstat (limited to 'tests/test.c')
-rw-r--r--tests/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.c b/tests/test.c
index a133b677..26c4eb8c 100644
--- a/tests/test.c
+++ b/tests/test.c
@@ -537,7 +537,7 @@ init_specific(void)
if ((keyctx = TlsAlloc()) == TLS_OUT_OF_INDEXES) {
return (-1);
}
- return (0):
+ return (0);
}
static int