From a87638642c99d88a3543e0cd5864c9e54133fbee Mon Sep 17 00:00:00 2001 From: wkj Date: Fri, 9 Jul 2004 01:54:06 +0000 Subject: Compare function pointers against 0 rather than nil. --- src/cmd/9660/dump9660.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/9660') diff --git a/src/cmd/9660/dump9660.c b/src/cmd/9660/dump9660.c index 95bba374..b66e3644 100644 --- a/src/cmd/9660/dump9660.c +++ b/src/cmd/9660/dump9660.c @@ -146,7 +146,7 @@ main(int argc, char **argv) /* * Read new files into memory */ - if(rdproto(proto, src, addprotofile, nil, &iroot) < 0) + if(rdproto(proto, src, addprotofile, 0, &iroot) < 0) sysfatal("rdproto: %r"); if(mk9660){ -- cgit v1.2.3