aboutsummaryrefslogtreecommitdiff
path: root/test/010_math_permsign
diff options
context:
space:
mode:
Diffstat (limited to 'test/010_math_permsign')
-rw-r--r--test/010_math_permsign/permsgn_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/010_math_permsign/permsgn_tests.c b/test/010_math_permsign/permsgn_tests.c
index dca9e6e..46c7377 100644
--- a/test/010_math_permsign/permsgn_tests.c
+++ b/test/010_math_permsign/permsgn_tests.c
@@ -2,7 +2,7 @@
2 2
3int permsign(uint8_t *, int); 3int permsign(uint8_t *, int);
4 4
5int main() { 5int main(void) {
6 char str[STRLENMAX]; 6 char str[STRLENMAX];
7 uint8_t a[100]; 7 uint8_t a[100];
8 int n, i, p; 8 int n, i, p;

Generated with cgit - Back to sebastiano.tronto.net