summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/tk.h2
-rw-r--r--include/version.h2
2 files changed, 2 insertions, 2 deletions
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)"