diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-14 02:35:24 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-14 02:35:24 -0400 |
| commit | 65c2fc06bc9e0df87a1d4d51b62a3c9af1e4b048 (patch) | |
| tree | e3c3c331175f994e55356ac08b9538cd2a74eabf | |
| parent | 7dd075509dbbf4883388240af2cf4c6dd925cc87 (diff) | |
| download | fujinet-chat-65c2fc06bc9e0df87a1d4d51b62a3c9af1e4b048.tar.gz | |
fix warning.
| -rw-r--r-- | src/addrs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/addrs.c b/src/addrs.c index 8989962..8df94f5 100644 --- a/src/addrs.c +++ b/src/addrs.c @@ -50,4 +50,4 @@ u8 *screen_lastlines[7] = { screens 1-6 actually have 80 bytes of free RAM at the bottom (2 unused lines), for now at least. addresses: 0xab80 0xaf68 0xb398 0xb780 0xbb68 0xbf50 */ -u8 *status_box = 0xa798; +u8 *status_box = (u8 *)0xa798; |
