1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00

caca.c: Typo

This commit is contained in:
Christophe Mutricy 2006-03-19 18:16:56 +00:00
parent ceb1c4a512
commit 6ba683e602

View File

@ -273,7 +273,7 @@ static void End( vout_thread_t *p_vout )
#ifdef CACA_API_VERSION_1
cucul_free_bitmap( p_vout->p_sys->p_qq, p_vout->p_sys->p_bitmap );
#else
cucul_free_bitmap( p_vout->p_sys->p_bitmap );
caca_free_bitmap( p_vout->p_sys->p_bitmap );
#endif
}