fix printf->mp_msg transition, 10l to Reynaldo and/or Attila

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18261 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rathann 2006-04-24 21:04:25 +00:00
parent 8c03c249f1
commit 741539bfc6
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_
break;
default:
MSGTR_LIBVO_TDFXFB_BppOutputIsNotSupported, fb_vinfo.bits_per_pixel);
mp_msg(MSGT_VO, MSGL_ERR, MSGTR_LIBVO_TDFXFB_BppOutputIsNotSupported, fb_vinfo.bits_per_pixel);
return -1;
}