From ea44d5ec3d7460e56c4cc681e8a36637a39a71e3 Mon Sep 17 00:00:00 2001 From: David Turner Date: Tue, 16 May 2000 23:22:41 +0000 Subject: [PATCH] formatting --- include/freetype/config/ftconfig.h | 2 +- src/base/ftgrays.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/include/freetype/config/ftconfig.h b/include/freetype/config/ftconfig.h index 2e80022ed..a25cbe500 100644 --- a/include/freetype/config/ftconfig.h +++ b/include/freetype/config/ftconfig.h @@ -188,7 +188,7 @@ #endif #ifndef EXPORT_VAR -#define EXPORT_VAR(x) extern x +#define EXPORT_VAR(x) extern x #endif #endif /* FTCONFIG_H */ diff --git a/src/base/ftgrays.c b/src/base/ftgrays.c index 261b72bdb..67ef667e1 100644 --- a/src/base/ftgrays.c +++ b/src/base/ftgrays.c @@ -47,10 +47,7 @@ /* */ #include - -#if 1 #include /* for memcpy */ -#endif #define ErrRaster_Invalid_Outline -1