From 5d14cf086f8935ff4deaee1ce8143a538aadea03 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Sat, 27 Dec 2003 20:19:00 +0000 Subject: [PATCH] fixed FIXME message svn path=/trunk/; revision=7271 --- reactos/lib/comctl32/imagelist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/comctl32/imagelist.c b/reactos/lib/comctl32/imagelist.c index 0ea644f052b..ddd9f0f056e 100644 --- a/reactos/lib/comctl32/imagelist.c +++ b/reactos/lib/comctl32/imagelist.c @@ -554,7 +554,7 @@ ImageList_Create (INT cx, INT cy, UINT flags, TRACE("(%d %d 0x%x %d %d)\n", cx, cy, flags, cInitial, cGrow); if (flags & ILC_COLOR32) - FIXME("ILC_COLOR32 (24 bit color image list with 8 bit alpha channel) is not yet supported"); + FIXME("ILC_COLOR32 (24 bit color image list with 8 bit alpha channel) is not yet supported\n"); himl = (HIMAGELIST)Alloc (sizeof(struct _IMAGELIST)); if (!himl)