From 2af3baffb58f22ddf3ac5944d2677b981763e03d Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 8 Dec 2011 23:36:20 +0100 Subject: Stylistic changes when testing pointer values for NULL. Also: use 'cannot' instead of 'failed to' in error messages. --- fitz/filt_faxd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fitz/filt_faxd.c') diff --git a/fitz/filt_faxd.c b/fitz/filt_faxd.c index f94a2cd6..98430e0d 100644 --- a/fitz/filt_faxd.c +++ b/fitz/filt_faxd.c @@ -666,7 +666,7 @@ fz_open_faxd(fz_stream *chain, fz_obj *params) fz_obj *obj; fz_context *ctx; - assert(chain != NULL); + assert(chain); ctx = chain->ctx; fax = fz_malloc(ctx, sizeof(fz_faxd)); fax->chain = chain; -- cgit v1.2.3