diff options
| author | forsyth <forsyth@vitanuova.com> | 2010-03-25 09:26:15 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2010-03-25 09:26:15 +0000 |
| commit | 0b97835064f7a6adffa5529a9676920f6c1ad3bf (patch) | |
| tree | 861903e6a033f5382390a4e87d6d4d2a572e8026 /include/tk.h | |
| parent | c9ccdbd573a9ae70f739fdca280e75da310a3324 (diff) | |
20100325-0926
Diffstat (limited to 'include/tk.h')
| -rw-r--r-- | include/tk.h | 2 |
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 |
