From d02308502f2d0368235d208c6503884fc3ae974c Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Wed, 3 Mar 2010 16:53:42 +0100 Subject: Add braces around empty body in if statement --- src/libstrongswan/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/libstrongswan/utils.h b/src/libstrongswan/utils.h index 367e75ef2..d3500258f 100644 --- a/src/libstrongswan/utils.h +++ b/src/libstrongswan/utils.h @@ -150,7 +150,7 @@ /** * Ignore result of functions tagged with warn_unused_result attributes */ -#define ignore_result(call) { if(call); } +#define ignore_result(call) { if(call){}; } /** * Assign a function as a class method -- cgit v1.2.3