diff options
Diffstat (limited to 'patchfont.c')
-rw-r--r-- | patchfont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patchfont.c b/patchfont.c index 4f2ad2a..0a4c7db 100644 --- a/patchfont.c +++ b/patchfont.c @@ -87,7 +87,7 @@ void PatchFont(eDvbFont DvbFont) } } // dvd marker - else if(num_char==129&&mysetup.PatchDvd) + else if(num_char==129) { if(DvbFont==fontOsd) { |