aboutsummaryrefslogtreecommitdiff
path: root/test/012_math_permsign/permsign_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/012_math_permsign/permsign_tests.c')
-rw-r--r--test/012_math_permsign/permsign_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/012_math_permsign/permsign_tests.c b/test/012_math_permsign/permsign_tests.c
index 5b4daa3..8c652b5 100644
--- a/test/012_math_permsign/permsign_tests.c
+++ b/test/012_math_permsign/permsign_tests.c
@@ -1,6 +1,6 @@
1#include "../test.h" 1#include "../test.h"
2 2
3int permsign(size_t n, const uint8_t [n]); 3int permsign(size_t n, const uint8_t *);
4 4
5void run(void) { 5void run(void) {
6 char str[STRLENMAX]; 6 char str[STRLENMAX];

Generated with cgit - Back to sebastiano.tronto.net