Haiku: Remove extraneous `void`.

This commit is contained in:
Michael Drake 2018-08-15 08:01:24 +01:00
parent d9dacf9bb2
commit 58240e4967
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ extern bool nsbeos_done;
extern bool replicated;
int gui_init_replicant(int argc, char** argv);
extern "C" void nserror gui_401login_open(nsurl *url, const char *realm,
extern "C" nserror gui_401login_open(nsurl *url, const char *realm,
const char *username, const char *password,
nserror (*cb)(const char *username,
const char *password,