summaryrefslogtreecommitdiff
path: root/utils/ftl/ftl.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/ftl/ftl.c')
-rw-r--r--utils/ftl/ftl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/ftl/ftl.c b/utils/ftl/ftl.c
index 231f1ae5..2f8a1e1b 100644
--- a/utils/ftl/ftl.c
+++ b/utils/ftl/ftl.c
@@ -209,7 +209,7 @@ ftlread(void *buf, long n, ulong offset)
a += Bsize;
}
return a-(uchar*)buf;
- return 0; /* not reached */
+ /* not reached */
}
static long
@@ -256,7 +256,7 @@ ftlwrite(void *buf, long n, ulong offset)
a += Bsize;
}
return a-(uchar*)buf;
- return 0; /* not reached */
+ /* not reached */
}
static Ftl *