diff options
| author | forsyth <forsyth@vitanuova.com> | 2010-04-27 12:51:13 +0100 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2010-04-27 12:51:13 +0100 |
| commit | d67b7dad77bb8aa973dad1f7c3ab0c309b114278 (patch) | |
| tree | 6794120fb327d6de19cf05eed53f80d877781a3e /utils/ftl | |
| parent | 09da2e137d5eb0c940df35d989e4c31ec0654fc4 (diff) | |
20100427-1251
Diffstat (limited to 'utils/ftl')
| -rw-r--r-- | utils/ftl/ftl.c | 4 |
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 * |
