2005-11-23 Frederic Crozat <fcrozat@mandriva.com>: reviewed by: plam

Minor code warning cleanups.
This commit is contained in:
Patrick Lam 2005-11-23 16:36:26 +00:00
parent 435fc66073
commit f7c4624f56
3 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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);

View File

@ -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;