From bad8106bc0fc8f509e9a29d7de301dc46d604abe Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sun, 23 Jan 2011 14:47:41 -0600 Subject: Various output and progress tweaks. --- src/list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/list.c') diff --git a/src/list.c b/src/list.c index 05c4fdc..773f4ec 100644 --- a/src/list.c +++ b/src/list.c @@ -109,7 +109,7 @@ int printPartitionInfo(int dd, uint64 tblSector) #else printf(" %-15llu %-15llu ", (unsigned long long)(tblSector + mbr.partitions[i].startsec), - (unsigned long long)tblSector + mbr.partitions[i].endsec)); + (unsigned long long)(tblSector + mbr.partitions[i].endsec)); #endif printNTFSInfo(dd, tblSector + (uint64)mbr.partitions[i].startsec); -- cgit v1.2.3