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:
committed by
Gerry Stellenberg
parent
7c202fc2f4
commit
3b9d035fb5
@@ -82,7 +82,7 @@ void PRSetLastErrorText(const char *format, ...)
|
||||
PRLog(kPRLogError, "%s\n", lastErrorText);
|
||||
}
|
||||
|
||||
const char *PRGetLastErrorText()
|
||||
const char *PRGetLastErrorText(void)
|
||||
{
|
||||
return lastErrorText;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user