From 709d317cc96dcfd754d37c67b59e1c734f1c8011 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Tue, 20 Jun 2023 01:34:19 +0000 Subject: [PATCH] heim_openlog: Sprinkle const. --- lib/base/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/base/log.c b/lib/base/log.c index 3797826d7..c3170e140 100644 --- a/lib/base/log.c +++ b/lib/base/log.c @@ -448,7 +448,7 @@ heim_addlog_dest(heim_context context, heim_log_facility *f, const char *orig) heim_error_code heim_openlog(heim_context context, const char *program, - const char **specs, + const char *const *specs, heim_log_facility **fac) { heim_error_code ret;