include: Fix count parameter of expect_check() macro
authorSebastian Dröge <sebastian@centricular.com>
Fri, 7 Feb 2014 16:51:21 +0000 (17:51 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 11 Apr 2014 13:57:42 +0000 (15:57 +0200)
commit1e99cc2d5ddfaaddab9d518c52f1cb83b9ce8cfd
tree6a8a6bd66a2a280fae9a0c5e44a1929cc801096f
parent8ff6c2f13c3945f2409fd54dd05b0211e4b9f955
include: Fix count parameter of expect_check() macro

It was always using 0, which meant that the values were never
ever used. This commit changes it to 1, which is consistent with
the other macros.

Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
include/cmocka.h