From b86d52d92b8d8c3f856cfac605a5a0da5c80c2bd Mon Sep 17 00:00:00 2001 From: ahodgkinson Date: Thu, 16 Mar 2006 16:35:05 +0000 Subject: [PATCH] Fixed build error on Linux. git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@166 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- flaim/src/ftk.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flaim/src/ftk.h b/flaim/src/ftk.h index d0ece84..55448f2 100644 --- a/flaim/src/ftk.h +++ b/flaim/src/ftk.h @@ -2189,7 +2189,7 @@ Note: Some of this code is derived from the Ximian source code contained #else - #error Atomic operations aren't supported on this platform + #error Atomic operations are unsupported on this platform #endif @@ -2217,7 +2217,7 @@ Note: Some of this code is derived from the Ximian source code contained #else - #error Atomic operations aren't supported on this platform + #error Atomic operations are unsupported on this platform #endif