Commit 88e69ece authored by Damien Fouilleul's avatar Damien Fouilleul

fixed typo

parent 25323bcd
...@@ -1213,7 +1213,7 @@ static void Redraw( intf_thread_t *p_intf, time_t *t_last_refresh ) ...@@ -1213,7 +1213,7 @@ static void Redraw( intf_thread_t *p_intf, time_t *t_last_refresh )
{ {
mvnprintw( y++, 0, COLS, " State : Playing" ); mvnprintw( y++, 0, COLS, " State : Playing" );
} }
else if( val.i_int == OPENNING_S ) else if( val.i_int == OPENING_S )
{ {
mvnprintw( y++, 0, COLS, " State : Openning/Connecting" ); mvnprintw( y++, 0, COLS, " State : Openning/Connecting" );
} }
......
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