Commit 0488b831 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix typo.

parent 46b0fc64
...@@ -55,7 +55,7 @@ THE SOFTWARE. ...@@ -55,7 +55,7 @@ THE SOFTWARE.
#else #else
#define ATTRIBUTE(x) /**/ #define ATTRIBUTE(x) /**/
#define LIKELY(_x) !!(_x) #define LIKELY(_x) !!(_x)
#define UNLIKELY(_x) !!(x) #define UNLIKELY(_x) !!(_x)
#endif #endif
#if defined(__GNUC__) && (__GNUC__ >= 4) && (__GNUC_MINOR__ >= 3) #if defined(__GNUC__) && (__GNUC__ >= 4) && (__GNUC_MINOR__ >= 3)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment