summaryrefslogtreecommitdiff
path: root/libtomcrypt/src/math/multi.c
diff options
context:
space:
mode:
Diffstat (limited to 'libtomcrypt/src/math/multi.c')
-rw-r--r--libtomcrypt/src/math/multi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libtomcrypt/src/math/multi.c b/libtomcrypt/src/math/multi.c
index da5bb60..cfe1451 100644
--- a/libtomcrypt/src/math/multi.c
+++ b/libtomcrypt/src/math/multi.c
@@ -67,7 +67,6 @@ void ltc_cleanup_multi(void **a, ...)
cur = va_arg(args, void**);
}
va_end(args);
- return;
}
#endif