sources: constify parameters of log_selection_message()

This commit is contained in:
Miroslav Lichvar 2020-04-08 15:15:50 +02:00
parent b145d3ff51
commit 4dde7198c8

View file

@ -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;