From e24ea68632c4f18abfa72dd896eb8653bacfb4f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Pierre=20Andr=C3=A9?= Date: Fri, 17 Apr 2015 10:56:34 +0200 Subject: [PATCH] Removed a temporary debug comment (cosmetic) The comment was a left over from some debugging action. --- libntfs-3g/mft.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libntfs-3g/mft.c b/libntfs-3g/mft.c index af10ffdd..2a5c0472 100644 --- a/libntfs-3g/mft.c +++ b/libntfs-3g/mft.c @@ -1620,7 +1620,6 @@ err_out: * when reading the bitmap but if we are careful, we should be able to avoid * all problems. */ -//ntfs_inode *ntfs_mft_record_alloc(ntfs_volume *vol, ntfs_inode *base_ni) ntfs_inode *ntfs_mft_record_alloc(ntfs_volume *vol, ntfs_inode *base_ni) { s64 ll, bit;