From 97a4ce541c9fc72aeee0f05b8529d0ca87fb7863 Mon Sep 17 00:00:00 2001 From: Soren Sandmann Pedersen Date: Tue, 15 May 2007 12:15:46 -0400 Subject: [PATCH] Fix typo in pixman.h --- pixman/pixman.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixman/pixman.h b/pixman/pixman.h index 6968e9c..42dc675 100644 --- a/pixman/pixman.h +++ b/pixman/pixman.h @@ -74,7 +74,7 @@ SOFTWARE. */ #if defined (__SVR4) && defined (__sun) # include -#elif defined (__OpenBSSD__) +#elif defined (__OpenBSD__) # include #elif defined (_MSC_VER) typedef __int8 int8_t; -- 2.7.4