diff options
Diffstat (limited to '')
-rw-r--r-- | test/testFuncs2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testFuncs2.h b/test/testFuncs2.h index 35a175f..4e577c0 100644 --- a/test/testFuncs2.h +++ b/test/testFuncs2.h @@ -14,9 +14,9 @@ extern int eldiablo = 0; extern int bbbb[] = {1, 2, 3, 4, 5, 6}; -int c[2][3] = {1, 2, 3, 4, 5, 6}; +int ccccc[2][3] = {1, 2, 3, 4, 5, 6}; -int d[2][3] = {{1, 2, 3}, {4, 5, 6}}; +int ddddd[2][3] = {{1, 2, 3}, {4, 5, 6}}; int headervar; double headervardouble; |