summaryrefslogtreecommitdiff
path: root/tests/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.h')
-rw-r--r--tests/test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test.h b/tests/test.h
index 3132c69..56fa335 100644
--- a/tests/test.h
+++ b/tests/test.h
@@ -56,7 +56,7 @@
#endif
-char * error_string[] = {
+const char * error_string[] = {
"ZERO_or_EOK",
"EPERM",
"ENOFILE_or_ENOENT",
@@ -99,7 +99,7 @@ char * error_string[] = {
"ENOLCK",
"ENOSYS",
"ENOTEMPTY",
- "EILSEQ",
+ "EILSEQ"
};
/*