sources: constify parameters of log_selection_message()
This commit is contained in:
parent
b145d3ff51
commit
4dde7198c8
1 changed files with 1 additions and 1 deletions
|
@ -483,7 +483,7 @@ SRC_ResetReachability(SRC_Instance inst)
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|
||||||
static void
|
static void
|
||||||
log_selection_message(char *format, char *arg)
|
log_selection_message(const char *format, const char *arg)
|
||||||
{
|
{
|
||||||
if (REF_GetMode() != REF_ModeNormal)
|
if (REF_GetMode() != REF_ModeNormal)
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue