libDtHelp: Change to ANSI function definitions

This commit is contained in:
Peter Howkins
2018-06-28 03:53:31 +01:00
parent ed5d952294
commit e43dbc5460
3 changed files with 4 additions and 5 deletions

View File

@@ -390,7 +390,7 @@ char *_DtHelpGetMessage(
* If that is NULL, returns NULL.
*
*****************************************************************************/
char *_DtHelpGetLocale()
char *_DtHelpGetLocale(void)
{
char *loc;