summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/zix/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zix/common.h b/include/zix/common.h
index 02b0f64..5919fa9 100644
--- a/include/zix/common.h
+++ b/include/zix/common.h
@@ -29,7 +29,7 @@ typedef enum {
} ZixStatus;
/// Return a string describing a status code
-ZIX_API
+ZIX_CONST_API
const char*
zix_strerror(ZixStatus status);