summaryrefslogtreecommitdiff
path: root/debug
diff options
context:
space:
mode:
authorBrian C. Lane <bcl@redhat.com>2011-03-02 14:36:33 -0800
committerJim Meyering <meyering@redhat.com>2011-03-05 22:05:56 +0100
commit81c82ad7d495c983abe1ccb8bf983d9949854f80 (patch)
tree3e075459a53ded45a7632d8324a5dafb29acf47e /debug
parent244b1b25a12198efb076e8c65be77b5750776583 (diff)
downloadparted-81c82ad7d495c983abe1ccb8bf983d9949854f80.tar.gz
Remove PED_ASSERT action argument
The action argument was a leftover from when the PED_ASSERT macro was last changed. This removes that argument from the macro and from all occurrences of it.
Diffstat (limited to 'debug')
-rw-r--r--debug/clearfat/clearfat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/clearfat/clearfat.c b/debug/clearfat/clearfat.c
index 1b16dcf..7b02a34 100644
--- a/debug/clearfat/clearfat.c
+++ b/debug/clearfat/clearfat.c
@@ -170,7 +170,7 @@ _calc_fat_entry_offset (PedFileSystem* fs, FatCluster cluster)
switch (fs_info->fat_type) {
case FAT_TYPE_FAT12:
- PED_ASSERT (0, (void) 0);
+ PED_ASSERT (0);
break;
case FAT_TYPE_FAT16: