1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-24 18:25:23 +01:00

cleanup: quiet PRGetLastErrorText() compiler warning

This commit is contained in:
Tom Collins
2020-07-15 17:02:49 -07:00
committed by Gerry Stellenberg
parent 7c202fc2f4
commit 3b9d035fb5
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ void PRSetLastErrorText(const char *format, ...)
PRLog(kPRLogError, "%s\n", lastErrorText);
}
const char *PRGetLastErrorText()
const char *PRGetLastErrorText(void)
{
return lastErrorText;
}