summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-12-29 23:20:04 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-12-29 23:20:04 +0000
commit71fb6f282be9250611cd0f628a4ac438afea2b30 (patch)
treec098dc9b3066211db7c82a789ca1df3c010f97b8 /amiga/gui.h
parente08872d7b31ecb1f3ddc1c4c856f900a585034df (diff)
downloadnetsurf-71fb6f282be9250611cd0f628a4ac438afea2b30.tar.gz
netsurf-71fb6f282be9250611cd0f628a4ac438afea2b30.tar.bz2
Sprinkle some _t suffixes around
svn path=/trunk/netsurf/; revision=11152
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index a567d88a8..6ebd5a45b 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -144,6 +144,6 @@ struct MsgPort *sport;
bool win_destroyed;
struct browser_window *curbw;
struct gui_globals browserglob;
-uint32 ami_appid;
+uint32_t ami_appid;
BOOL ami_autoscroll;
#endif