Commit 337786ec authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Kate: fix typo

parent c1111ae3
...@@ -1261,7 +1261,7 @@ static subpicture_t *SetupSimpleKateSPU( decoder_t *p_dec, subpicture_t *p_spu, ...@@ -1261,7 +1261,7 @@ static subpicture_t *SetupSimpleKateSPU( decoder_t *p_dec, subpicture_t *p_spu,
if( !p_bitmap_region ) if( !p_bitmap_region )
{ {
msg_Err( p_dec, "cannot allocate SPU region" ); msg_Err( p_dec, "cannot allocate SPU region" );
subpicture_Delete( p_dec, p_spu ); subpicture_Delete( p_spu );
return NULL; return NULL;
} }
......
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