X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Fmemdebug.c;h=ccbf461be6113b6140235b8b0c0b60b26dc134f1;hb=88d478478059f53e6de0d1267c3a1e6b02c4273f;hp=15e8661617811d80f9de4e62de0f49abf7c6eebd;hpb=e9bdad71c8277e20607fa1eaf0027d53a0dc1f37;p=platform%2Fupstream%2Fcurl.git diff --git a/lib/memdebug.c b/lib/memdebug.c index 15e8661..ccbf461 100644 --- a/lib/memdebug.c +++ b/lib/memdebug.c @@ -90,7 +90,7 @@ struct memdebug { union { curl_off_t o; double d; - void *p; + void * p; } mem[1]; /* I'm hoping this is the thing with the strictest alignment * requirements. That also means we waste some space :-( */