kill superfluous returns at the end of void functions
This commit is contained in:
@@ -410,7 +410,6 @@ void blkid_read_cache(blkid_cache cache)
|
||||
return;
|
||||
errout:
|
||||
close(fd);
|
||||
return;
|
||||
}
|
||||
|
||||
#ifdef TEST_PROGRAM
|
||||
|
Reference in New Issue
Block a user