From 4dde7198c8a512d031783ee69af39d797fa11603 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 8 Apr 2020 15:15:50 +0200 Subject: [PATCH] sources: constify parameters of log_selection_message() --- sources.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources.c b/sources.c index 0fa9eeb..9865908 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;