*: 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

@@ -799,8 +799,8 @@ static int PRS(int argc, char **argv)
int show_version_only = 0;
ext2_ino_t num_inodes = 0;
errcode_t retval;
char * extended_opts = 0;
const char * fs_type = 0;
char * extended_opts = NULL;
const char * fs_type = NULL;
blk_t dev_size;
long sysval;