From 86018cd3bf2dd3c07c176ced4450ebf78f81d6e1 Mon Sep 17 00:00:00 2001 From: forsyth Date: Thu, 25 Mar 2010 10:14:25 +0000 Subject: 20100325-1014 --- include/tk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/tk.h') diff --git a/include/tk.h b/include/tk.h index fd6793ee..9f971994 100644 --- a/include/tk.h +++ b/include/tk.h @@ -742,7 +742,7 @@ extern void tkbox(Image*, Rectangle, int, Image*); extern void tkbevel(Image*, Point, int, int, int, Image*, Image*); extern void tkdrawrelief(Image*, Tk*, Point, int, int); extern Point tkstringsize(Tk*, char*); -extern char* tkdrawstring(Tk*, Image*, Point, char*, int, Image *, int); +extern void tkdrawstring(Tk*, Image*, Point, char*, int, Image *, int); extern int tkeventfmt(Fmt*); extern Tk* tkdeliver(Tk*, int, void*); extern int tksubdeliver(Tk*, TkAction*, int, void*, int); -- cgit v1.2.3