diff options
author | Patrick Lam <plam@MIT.EDU> | 2005-11-23 17:01:27 +0000 |
---|---|---|
committer | Patrick Lam <plam@MIT.EDU> | 2005-11-23 17:01:27 +0000 |
commit | d2f459781cade98d1d07806d023e63f1fc289b0e (patch) | |
tree | bdd521cf6c402554b3d01a731ef3c77eca04ad9f /fc-cat | |
parent | f7c4624f5624f4dc981f75a4f74446de04bf69d1 (diff) |
Properly apply fcrozat's patch.
Diffstat (limited to 'fc-cat')
-rw-r--r-- | fc-cat/fc-cat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fc-cat/fc-cat.c b/fc-cat/fc-cat.c index 6474653..7953a3c 100644 --- a/fc-cat/fc-cat.c +++ b/fc-cat/fc-cat.c @@ -228,6 +228,7 @@ FcCachePrintSet (FcFontSet *set, FcStrSet *dirs, char *cache_file) FcPattern *font; FcChar8 *name, *dir; const FcChar8 *file, *base; + int ret; int n; int id; FcStrList *list; @@ -298,7 +299,6 @@ int main (int argc, char **argv) { int i; - int ret; #if HAVE_GETOPT_LONG || HAVE_GETOPT int c; FcFontSet *fs = FcFontSetCreate(); |