1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-02-19 19:44:38 +02:00

Fix missing void parameter.

This commit is contained in:
David Steele 2023-04-21 15:08:59 +03:00
parent f5e6bc2698
commit 23d7d67d49

View File

@ -152,7 +152,7 @@ stackTraceParamIdx(int stackIdx)
}
FN_EXTERN const char *
stackTraceParam()
stackTraceParam(void)
{
return stackTraceParamIdx(stackTraceLocal.stackSize - 1);
}