From f4bd1eae9e34ba1c7c69c8e5568f94134ff9d1d0 Mon Sep 17 00:00:00 2001 From: "flatcap.org!flatcap" Date: Tue, 22 Oct 2002 20:31:14 +0000 Subject: [PATCH] minor build fix for gcc 3.2 (Logical change 1.9) --- ntfstools/ntfsundelete.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntfstools/ntfsundelete.c b/ntfstools/ntfsundelete.c index c37457ca..f738f3bf 100644 --- a/ntfstools/ntfsundelete.c +++ b/ntfstools/ntfsundelete.c @@ -2004,7 +2004,7 @@ int main (int argc, char *argv[]) opts.mft_begin, min (vol->nr_mft_records, opts.mft_end)); break; default: - /* Cannot happen */ + ; /* Cannot happen */ } umount: