Mercurial > mplayer.hg
changeset 7556:85c8a8a8f4fd
upsz ...
author | pontscho |
---|---|
date | Sun, 29 Sep 2002 19:00:43 +0000 |
parents | 534ff1aab0db |
children | f296ff05bcd0 |
files | Gui/mplayer/gtk/fs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Gui/mplayer/gtk/fs.c Sun Sep 29 17:53:14 2002 +0000 +++ b/Gui/mplayer/gtk/fs.c Sun Sep 29 19:00:43 2002 +0000 @@ -370,7 +370,7 @@ case fsFontSelector: for( i=0;fsFontFileNames[i][0];i++ ) if( !strcmp( str,fsFontFileNames[i][0] ) ) - { fsFilter,fsFontFileNames[i][1]; break; } + { fsFilter=fsFontFileNames[i][1]; break; } break; default: return; }