Commit 5ab76f6e authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

monitor_ppsi: trivial warning fix

parent f97b598d
......@@ -48,7 +48,7 @@ static char* print64(uint64_t x)
}
static char* wrc_ptp_state(void)
static const char* wrc_ptp_state(void)
{
struct pp_state_table_item *ip = NULL;
for (ip = pp_state_table; ip->state != PPS_END_OF_TABLE; ip++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment