[MPlayer-cvslog] r37897 - trunk/gui/skin/font.c
ib
subversion at mplayerhq.hu
Wed Sep 7 14:26:30 EEST 2016
Author: ib
Date: Wed Sep 7 14:26:30 2016
New Revision: 37897
Log:
Cosmetic: Adjust indent.
Modified:
trunk/gui/skin/font.c
Modified: trunk/gui/skin/font.c
==============================================================================
--- trunk/gui/skin/font.c Wed Sep 7 14:23:07 2016 (r37896)
+++ trunk/gui/skin/font.c Wed Sep 7 14:26:30 2016 (r37897)
@@ -232,11 +232,11 @@ int fntRead(char *path, char *fname)
cutStr(item, item, '"', 1);
if (item[0] & 0x80) {
- if (Fonts[id]->bit8_count % EXTRA_CHRS == 0) {
- if (!fntAllocChr(Fonts[id], EXTRA_CHRS) ||
- !fntAllocBit8Chr(Fonts[id], EXTRA_CHRS))
- continue;
- }
+ if (Fonts[id]->bit8_count % EXTRA_CHRS == 0) {
+ if (!fntAllocChr(Fonts[id], EXTRA_CHRS) ||
+ !fntAllocBit8Chr(Fonts[id], EXTRA_CHRS))
+ continue;
+ }
strncpy(Fonts[id]->bit8_chr + Fonts[id]->bit8_count * UTF8LENGTH, item, UTF8LENGTH);
More information about the MPlayer-cvslog
mailing list