summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Lees <adrian@aemulor.com>2007-06-05 06:17:16 +0000
committerAdrian Lees <adrian@aemulor.com>2007-06-05 06:17:16 +0000
commitec40330a5b9b916b3d0ee039547d76a44133d926 (patch)
tree7e7badac07c0f26b9992f12ad4b4ded59ad4ff52
parent6890f816edee2beef447d6b05f4b6fe65c2aaa52 (diff)
downloadnetsurf-ec40330a5b9b916b3d0ee039547d76a44133d926.tar.gz
netsurf-ec40330a5b9b916b3d0ee039547d76a44133d926.tar.bz2
Overlooked warnings
svn path=/trunk/netsurf/; revision=3312
-rw-r--r--riscos/save.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/riscos/save.c b/riscos/save.c
index f3d6a3836..d24231ff8 100644
--- a/riscos/save.c
+++ b/riscos/save.c
@@ -31,6 +31,7 @@
#include "riscos/dialog.h"
#include "riscos/gui.h"
#include "riscos/menus.h"
+#include "riscos/message.h"
#include "riscos/options.h"
#include "riscos/save.h"
#include "riscos/save_complete.h"
@@ -534,8 +535,6 @@ void ro_gui_save_drag_end(wimp_dragged *drag)
void ro_gui_send_datasave(gui_save_type save_type, wimp_full_message_data_xfer *message, wimp_t to)
{
- os_error *error;
-
/* Close the save window because otherwise we need two contexts
*/
xwimp_create_menu(wimp_CLOSE_MENU, 0, 0);