mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-20 11:12:46 +03:00
fix typo in riscos wan_user update
This commit is contained in:
parent
bf3ee089cb
commit
5c427ba845
@ -2067,7 +2067,7 @@ static void ro_gui_choose_language(void)
|
||||
* \param warning message key for warning message
|
||||
* \param detail additional message, or 0
|
||||
*/
|
||||
nserror ro_ro_warn_user(const char *warning, const char *detail)
|
||||
nserror ro_warn_user(const char *warning, const char *detail)
|
||||
{
|
||||
LOG("%s %s", warning, detail);
|
||||
|
||||
@ -2083,8 +2083,7 @@ nserror ro_ro_warn_user(const char *warning, const char *detail)
|
||||
wimp_ICON_DELETED, wimp_ICON_DELETED);
|
||||
ro_gui_dialog_open(dialog_warning);
|
||||
xos_bell();
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
/* probably haven't initialised (properly), use a
|
||||
non-multitasking error box */
|
||||
os_error error;
|
||||
|
Loading…
Reference in New Issue
Block a user