2005-11-23 Frederic Crozat <fcrozat@mandriva.com>: reviewed by: plam
Minor code warning cleanups.
This commit is contained in:
parent
435fc66073
commit
f7c4624f56
|
@ -1,3 +1,11 @@
|
||||||
|
2005-11-23 Frederic Crozat <fcrozat@mandriva.com>:
|
||||||
|
reviewed by: plam
|
||||||
|
|
||||||
|
* fontconfig/fontconfig.h:
|
||||||
|
* fc-cat/fc-cat.c:
|
||||||
|
|
||||||
|
Minor code warning cleanups.
|
||||||
|
|
||||||
2005-11-23 Frederic Crozat <fcrozat@mandriva.com>:
|
2005-11-23 Frederic Crozat <fcrozat@mandriva.com>:
|
||||||
reviewed by: plam
|
reviewed by: plam
|
||||||
|
|
||||||
|
|
|
@ -230,7 +230,6 @@ FcCachePrintSet (FcFontSet *set, FcStrSet *dirs, char *cache_file)
|
||||||
const FcChar8 *file, *base;
|
const FcChar8 *file, *base;
|
||||||
int n;
|
int n;
|
||||||
int id;
|
int id;
|
||||||
FcBool ret;
|
|
||||||
FcStrList *list;
|
FcStrList *list;
|
||||||
|
|
||||||
list = FcStrListCreate (dirs);
|
list = FcStrListCreate (dirs);
|
||||||
|
|
|
@ -224,7 +224,7 @@ typedef struct _FcValue {
|
||||||
void *f;
|
void *f;
|
||||||
const FcPattern *p;
|
const FcPattern *p;
|
||||||
const FcLangSet *l;
|
const FcLangSet *l;
|
||||||
int l_off; // this is a difference of char *s
|
int l_off; /* this is a difference of char *s */
|
||||||
} u;
|
} u;
|
||||||
} FcValue;
|
} FcValue;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue