summaryrefslogtreecommitdiff
path: root/fc-cat
diff options
context:
space:
mode:
authorPatrick Lam <plam@MIT.EDU>2005-11-23 17:01:27 +0000
committerPatrick Lam <plam@MIT.EDU>2005-11-23 17:01:27 +0000
commitd2f459781cade98d1d07806d023e63f1fc289b0e (patch)
treebdd521cf6c402554b3d01a731ef3c77eca04ad9f /fc-cat
parentf7c4624f5624f4dc981f75a4f74446de04bf69d1 (diff)
Properly apply fcrozat's patch.
Diffstat (limited to 'fc-cat')
-rw-r--r--fc-cat/fc-cat.c2
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();