diff options
Diffstat (limited to 'pr/src/misc/prerr.c')
-rw-r--r-- | pr/src/misc/prerr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/src/misc/prerr.c b/pr/src/misc/prerr.c index 68bcc6ce..be24aff7 100644 --- a/pr/src/misc/prerr.c +++ b/pr/src/misc/prerr.c @@ -119,6 +119,6 @@ static const struct PRErrorMessage text[] = { static const struct PRErrorTable et = { text, "prerr", -6000L, 75 }; -void nspr_InitializePRErrorTable() { +void nspr_InitializePRErrorTable(void) { PR_ErrorInstallTable(&et); } |