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