Commit 6ba683e6 authored by Christophe Mutricy's avatar Christophe Mutricy

caca.c: Typo

parent ceb1c4a5
...@@ -273,7 +273,7 @@ static void End( vout_thread_t *p_vout ) ...@@ -273,7 +273,7 @@ static void End( vout_thread_t *p_vout )
#ifdef CACA_API_VERSION_1 #ifdef CACA_API_VERSION_1
cucul_free_bitmap( p_vout->p_sys->p_qq, p_vout->p_sys->p_bitmap ); cucul_free_bitmap( p_vout->p_sys->p_qq, p_vout->p_sys->p_bitmap );
#else #else
cucul_free_bitmap( p_vout->p_sys->p_bitmap ); caca_free_bitmap( p_vout->p_sys->p_bitmap );
#endif #endif
} }
......
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