*: use NULL for null pointers

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2010-03-05 14:10:54 +01:00
parent 44fbfa78ca
commit 4b1100edd8
19 changed files with 36 additions and 36 deletions

View File

@ -115,9 +115,9 @@ success:
*/
char *ext2fs_find_block_device(dev_t device)
{
struct dir_list *list = 0, *new_list = 0;
struct dir_list *list = NULL, *new_list = NULL;
struct dir_list *current;
char *ret_path = 0;
char *ret_path = NULL;
/*
* Add the starting directories to search...