From 1d9ddbf5fa1210cbc323ac73a7a212289dd95769 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Sun, 20 Jun 2004 10:09:56 +0000 Subject: [lcd4linux @ 2004-06-20 10:09:52 by reinelt] 'const'ified the whole source --- widget_icon.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'widget_icon.c') diff --git a/widget_icon.c b/widget_icon.c index 95edb8f..a516cb2 100644 --- a/widget_icon.c +++ b/widget_icon.c @@ -1,4 +1,4 @@ -/* $Id: widget_icon.c,v 1.11 2004/03/11 06:39:59 reinelt Exp $ +/* $Id: widget_icon.c,v 1.12 2004/06/20 10:09:56 reinelt Exp $ * * icon widget handling * @@ -21,6 +21,10 @@ * * * $Log: widget_icon.c,v $ + * Revision 1.12 2004/06/20 10:09:56 reinelt + * + * 'const'ified the whole source + * * Revision 1.11 2004/03/11 06:39:59 reinelt * big patch from Martin: * - reuse filehandles @@ -104,7 +108,7 @@ // icons always are 8 pixels high #define YRES 8 -static void widget_icon_read_bitmap (char *section, WIDGET_ICON *Icon) +static void widget_icon_read_bitmap (const char *section, WIDGET_ICON *Icon) { int row, n; char key[15]; -- cgit v1.2.3