summaryrefslogtreecommitdiff
path: root/riscos/theme_install.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/theme_install.c')
-rw-r--r--riscos/theme_install.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/riscos/theme_install.c b/riscos/theme_install.c
index 598b55d41..09e9bd456 100644
--- a/riscos/theme_install.c
+++ b/riscos/theme_install.c
@@ -84,15 +84,14 @@ void theme_install_start(hlcache_handle *c)
nserror theme_install_callback(hlcache_handle *handle,
const hlcache_event *event, void *pw)
{
- char buffer[256];
- int author_indent = 0;
-
switch (event->type) {
case CONTENT_MSG_DONE:
{
const char *source_data;
unsigned long source_size;
+ int author_indent = 0;
+ char buffer[256];
theme_install_content = handle;