]> git.sesse.net Git - vlc/commitdiff
caca.c: Typo
authorChristophe Mutricy <xtophe@videolan.org>
Sun, 19 Mar 2006 18:16:56 +0000 (18:16 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Sun, 19 Mar 2006 18:16:56 +0000 (18:16 +0000)
modules/video_output/caca.c

index 00868721908c8f2ed291c05da9704ffa0be4090f..0da0212491cdb88b0347d9967817e29c729a7ad7 100644 (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
 }