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>:
|
||||
reviewed by: plam
|
||||
|
||||
|
|
|
@ -230,7 +230,6 @@ FcCachePrintSet (FcFontSet *set, FcStrSet *dirs, char *cache_file)
|
|||
const FcChar8 *file, *base;
|
||||
int n;
|
||||
int id;
|
||||
FcBool ret;
|
||||
FcStrList *list;
|
||||
|
||||
list = FcStrListCreate (dirs);
|
||||
|
|
|
@ -224,7 +224,7 @@ typedef struct _FcValue {
|
|||
void *f;
|
||||
const FcPattern *p;
|
||||
const FcLangSet *l;
|
||||
int l_off; // this is a difference of char *s
|
||||
int l_off; /* this is a difference of char *s */
|
||||
} u;
|
||||
} FcValue;
|
||||
|
||||
|
|
Loading…
Reference in New Issue