diff options
Diffstat (limited to 'src/mobilebackup.c')
-rw-r--r-- | src/mobilebackup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mobilebackup.c b/src/mobilebackup.c index cde96b5..aa29277 100644 --- a/src/mobilebackup.c +++ b/src/mobilebackup.c | |||
@@ -34,7 +34,7 @@ | |||
34 | #define MBACKUP_VERSION_INT1 100 | 34 | #define MBACKUP_VERSION_INT1 100 |
35 | #define MBACKUP_VERSION_INT2 0 | 35 | #define MBACKUP_VERSION_INT2 0 |
36 | 36 | ||
37 | #define IS_FLAG_SET(x, y) ((x & y) == y) | 37 | #define IS_FLAG_SET(x, y) (((x) & (y)) == (y)) |
38 | 38 | ||
39 | /** | 39 | /** |
40 | * Convert an device_link_service_error_t value to an mobilebackup_error_t value. | 40 | * Convert an device_link_service_error_t value to an mobilebackup_error_t value. |