From 34b32e0f6773004138543e6f41f5639736493707 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 27 Sep 2006 13:44:15 -0700 Subject: Fix sparse warning: Using plain integer as NULL pointer --- src/XvMCWrapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XvMCWrapper.c b/src/XvMCWrapper.c index 9fa0c99..42f175d 100644 --- a/src/XvMCWrapper.c +++ b/src/XvMCWrapper.c @@ -232,7 +232,7 @@ static int preInitW(Display *dpy) * Resolve functions that are not hw driver specific. */ - void *handleZ = 0; + void *handleZ = NULL; wrapperPreInit = 1; xW.preInitialised = 0; -- cgit v1.2.3