summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2006-02-22 20:04:39 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2006-02-22 20:04:39 +0000
commit70fbf97688666f6ab37c4cc427f1e8c9929cc4b1 (patch)
tree440c90c3f10290596955c2873a02db6111a9171d
parent6390393bee799369805b3266f8c39f1ce030b033 (diff)
downloadnetsurf-70fbf97688666f6ab37c4cc427f1e8c9929cc4b1.tar.gz
netsurf-70fbf97688666f6ab37c4cc427f1e8c9929cc4b1.tar.bz2
[project @ 2006-02-22 20:04:39 by jmb]
Lose warnings svn path=/import/netsurf/; revision=2091
-rw-r--r--riscos/theme_install.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscos/theme_install.c b/riscos/theme_install.c
index 22b722aea..ad4129d77 100644
--- a/riscos/theme_install.c
+++ b/riscos/theme_install.c
@@ -33,7 +33,7 @@ wimp_w dialog_theme_install;
static void theme_install_close(wimp_w w);
static void theme_install_callback(content_msg msg, struct content *c,
- void *p1, void *p2, union content_msg_data data);
+ intptr_t p1, intptr_t p2, union content_msg_data data);
static bool theme_install_read(char *source_data, unsigned long source_size);
@@ -72,7 +72,7 @@ void theme_install_start(struct content *c)
*/
void theme_install_callback(content_msg msg, struct content *c,
- void *p1, void *p2, union content_msg_data data)
+ intptr_t p1, intptr_t p2, union content_msg_data data)
{
char buffer[256];
int author_indent = 0;