From 4ed4f00f2572806c1cd98b984e231d297f5e73de Mon Sep 17 00:00:00 2001 From: MelwareDE Date: Thu, 12 Mar 2009 17:02:22 +0000 Subject: [PATCH] Typo --- chan_capi_platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chan_capi_platform.h b/chan_capi_platform.h index 9025158..ff620c4 100644 --- a/chan_capi_platform.h +++ b/chan_capi_platform.h @@ -13,7 +13,7 @@ #else /* } { */ #ifndef likely -#define likely(x) (!!(__x__)) +#define likely(__x__) (!!(__x__)) #endif #ifndef unlikely #define unlikely(__x__) (!!(__x__))