From: Miroslav Lichvar Date: Wed, 8 Apr 2020 13:15:50 +0000 (+0200) Subject: sources: constify parameters of log_selection_message() X-Git-Tag: 4.0-pre2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dde7198c8a512d031783ee69af39d797fa11603;p=thirdparty%2Fchrony.git sources: constify parameters of log_selection_message() --- diff --git a/sources.c b/sources.c index 0fa9eebb..98659086 100644 --- a/sources.c +++ b/sources.c @@ -483,7 +483,7 @@ SRC_ResetReachability(SRC_Instance inst) /* ================================================== */ static void -log_selection_message(char *format, char *arg) +log_selection_message(const char *format, const char *arg) { if (REF_GetMode() != REF_ModeNormal) return;