From 264f549b7d5aa5846e691dfe8aa9254fa4dbdc0b Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Wed, 29 Dec 2010 14:18:26 -0800 Subject: Update arguments to make_ext4fs Change-Id: Id96e98da76b3091987b01651f980797b1d6b49d8 --- updater/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'updater') diff --git a/updater/install.c b/updater/install.c index 685b97906..656c60790 100644 --- a/updater/install.c +++ b/updater/install.c @@ -237,7 +237,7 @@ Value* FormatFn(const char* name, State* state, int argc, Expr* argv[]) { #ifdef USE_EXT4 } else if (strcmp(fs_type, "ext4") == 0) { reset_ext4fs_info(); - int status = make_ext4fs(location, NULL, NULL, 0, 0, 0); + int status = make_ext4fs(location, NULL, NULL, 0, 0, 0, 0); if (status != 0) { fprintf(stderr, "%s: make_ext4fs failed (%d) on %s", name, status, location); -- cgit v1.2.3