summaryrefslogtreecommitdiff
path: root/tests/testutils.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testutils.c')
-rw-r--r--tests/testutils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testutils.c b/tests/testutils.c
index fcb1c88..82aebc5 100644
--- a/tests/testutils.c
+++ b/tests/testutils.c
@@ -104,7 +104,6 @@ void check_property(void *fdt, int nodeoffset, const char *name,
name, proplen, len);
if (memcmp(val, prop->data, len) != 0)
FAIL("Data mismatch on property \"%s\"", name);
-
}
const void *check_getprop(void *fdt, int nodeoffset, const char *name,