From bc8f602601ddbbadb30872eaa83ef5cf80fbe322 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 20 Oct 2012 18:46:57 +0000 Subject: style cleanup --- release/windows/contrib/vfapi/vfapi-plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/windows') diff --git a/release/windows/contrib/vfapi/vfapi-plugin.c b/release/windows/contrib/vfapi/vfapi-plugin.c index 0af96d14d6f..99ca6c64e80 100644 --- a/release/windows/contrib/vfapi/vfapi-plugin.c +++ b/release/windows/contrib/vfapi/vfapi-plugin.c @@ -382,7 +382,7 @@ HRESULT __stdcall VF_ReadDataFunc_Blen( my_gets(s_in, buf, 256); /* 255 */ - framebuf = (unsigned char*) v->lpData; + framebuf = (unsigned char *) v->lpData; for (y = 0; y < height; y++) { unsigned char *p = framebuf + v->lPitch * y; -- cgit v1.2.3