From 6e4a0a3da7649db2ecc1375f13e5dba4e4440d43 Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Thu, 24 Aug 2000 00:43:08 +0000 Subject: [PATCH] fixed typo in FT_FLAT_COMPILE section --- src/psaux/psaux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/psaux/psaux.c b/src/psaux/psaux.c index 502d23045..74d895e64 100644 --- a/src/psaux/psaux.c +++ b/src/psaux/psaux.c @@ -21,7 +21,7 @@ #ifdef FT_FLAT_COMPILE #include "psobjs.c" -#include "psquxmod.c" +#include "psauxmod.c" #include "t1decode.c" #else