summaryrefslogtreecommitdiffstats
path: root/roots.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'roots.cpp')
-rw-r--r--roots.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/roots.cpp b/roots.cpp
index 9cbaa499a..d7ffb3161 100644
--- a/roots.cpp
+++ b/roots.cpp
@@ -288,7 +288,10 @@ int format_volume(const char* volume) {
if (strcmp(v->fs_type, "ext4") == 0) {
#ifdef USE_EXT4
+/*
int result = make_ext4fs(v->device, v->length, volume, sehandle);
+*/
+ int result = 0;
#else
int result = 0;
#endif