summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-01-25 01:12:45 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-01-25 01:12:45 +0000
commit01050b4415d1f7da5646621980a642c8808684c9 (patch)
treefa975ed1ebd5faa8dfb9a2ce2410059e1b291704 /amiga/gui.c
parentbb9d23d04041e4647a2d8c71a98e0bb30defa3ce (diff)
downloadnetsurf-01050b4415d1f7da5646621980a642c8808684c9.tar.gz
netsurf-01050b4415d1f7da5646621980a642c8808684c9.tar.bz2
Ensure we have the class pointer
Diffstat (limited to 'amiga/gui.c')
-rw-r--r--amiga/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index eb60b37d5..392873636 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -5188,7 +5188,7 @@ Object *ami_gui_splash_open(void)
LOG(("WindowBase = %p", WindowBase));
LOG(("WindowObject = %p", win_obj));
- LOG(("BitMapBase = %p", BitMapBase));
+ LOG(("BitMapClass = %p", BitMapClass));
LOG(("BitMapObject = %p", bm_obj));
LOG(("Attempting to open splash window..."));