From c6a26438e240da532177753bf9a41d43f8341777 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Thu, 7 May 2009 13:48:21 +0300 Subject: ubi-tests: make tests compile again Signed-off-by: Artem Bityutskiy --- tests/ubi-tests/io_read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ubi-tests/io_read.c') diff --git a/tests/ubi-tests/io_read.c b/tests/ubi-tests/io_read.c index 30d6478..57a8da7 100644 --- a/tests/ubi-tests/io_read.c +++ b/tests/ubi-tests/io_read.c @@ -361,7 +361,7 @@ int main(int argc, char * const argv[]) node = argv[1]; - libubi = libubi_open(1); + libubi = libubi_open(); if (libubi == NULL) { failed("libubi_open"); return 1; -- cgit v1.2.3