From a7846525719dfd4949b0873f75fbfcb781185d52 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 15 Feb 2000 19:26:20 +0000 Subject: [PATCH] Typo corrected git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/xpm/create.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xpm/create.c b/src/xpm/create.c index a40b9882f7..bef4c7963c 100644 --- a/src/xpm/create.c +++ b/src/xpm/create.c @@ -267,7 +267,7 @@ AllocColor( static int AllocColor(display, colormap, colorname, xcolor, closure) Display *display; - Colormap* colormap; + Colormap colormap; char *colorname; XColor *xcolor; void *closure; /* not used */ -- 2.47.2