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/jpg/toico.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/jpg') diff --git a/src/cmd/jpg/toico.c b/src/cmd/jpg/toico.c index 059e018b..da00296e 100644 --- a/src/cmd/jpg/toico.c +++ b/src/cmd/jpg/toico.c @@ -75,7 +75,7 @@ main(int argc, char **argv) }ARGEND; /* read in all the images */ - initdraw(nil, nil, nil); + initdraw(0, nil, nil); if(argc < 1){ readicon("/fd/0"); } else { -- cgit v1.2.3