changeset 280:030188d45a69

Fixed typo in the filename parameter.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 14 Mar 2003 18:13:56 +0000
parents 984db8aefd7f
children 2f038ef90a36
files os2/dw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/os2/dw.c	Fri Mar 14 18:09:56 2003 +0000
+++ b/os2/dw.c	Fri Mar 14 18:13:56 2003 +0000
@@ -4365,7 +4365,7 @@
  *                 DW pick the appropriate file extension.
  *                 (BMP on OS/2 or Windows, XPM on Unix)
  */
-HWND dw_bitmapbutton_new_from_file(char *text, unsigned long id, char filename)
+HWND dw_bitmapbutton_new_from_file(char *text, unsigned long id, char *filename)
 {
 	/* TODO: Actually get it to draw the bitmap */
 	BubbleButton *bubble = calloc(sizeof(BubbleButton), 1);