Commit 86bb0362 authored by Rémi Duraffort's avatar Rémi Duraffort

Missing const.

parent 940ac1f0
...@@ -603,7 +603,7 @@ static void Eia608RollUp( eia608_t *h ) ...@@ -603,7 +603,7 @@ static void Eia608RollUp( eia608_t *h )
/* Reset current row */ /* Reset current row */
Eia608ClearScreenRow( h, i_screen, h->cursor.i_row ); Eia608ClearScreenRow( h, i_screen, h->cursor.i_row );
} }
static void Eia608ParseChannel( eia608_t *h, uint8_t d[2] ) static void Eia608ParseChannel( eia608_t *h, const uint8_t d[2] )
{ {
/* Check odd parity */ /* Check odd parity */
static const int p4[16] = { static const int p4[16] = {
......
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