From d67b7dad77bb8aa973dad1f7c3ab0c309b114278 Mon Sep 17 00:00:00 2001 From: forsyth Date: Tue, 27 Apr 2010 12:51:13 +0100 Subject: 20100427-1251 --- utils/ftl/ftl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/ftl/ftl.c') 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 * -- cgit v1.2.3