diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/convey.h | 1 | ||||
| -rw-r--r-- | tests/test.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/convey.h b/tests/convey.h index d311acb2..b9851996 100644 --- a/tests/convey.h +++ b/tests/convey.h @@ -1,4 +1,3 @@ - /* * Copyright 2016 Garrett D'Amore <garrett@damore.org> * 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 |
