From 0b97835064f7a6adffa5529a9676920f6c1ad3bf Mon Sep 17 00:00:00 2001 From: forsyth Date: Thu, 25 Mar 2010 09:26:15 +0000 Subject: 20100325-0926 --- include/tk.h | 2 +- include/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/tk.h b/include/tk.h index 8e2e4c30..fd6793ee 100644 --- a/include/tk.h +++ b/include/tk.h @@ -235,7 +235,7 @@ struct TkMemimage { Rectangle r; ulong chans; - uchar data[]; + uchar* data; }; struct TkCmdtab diff --git a/include/version.h b/include/version.h index 1990223f..cbd8acf7 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define VERSION "Fourth Edition (20100322)" +#define VERSION "Fourth Edition (20100325)" -- cgit v1.2.3