[project @ 2006-02-22 20:04:39 by jmb]

Lose warnings

svn path=/import/netsurf/; revision=2091
This commit is contained in:
John Mark Bell 2006-02-22 20:04:39 +00:00
parent 6390393bee
commit 70fbf97688

View File

@ -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;