diff --git a/documentation/README.darwin.html b/documentation/README.darwin.html index fa7aabb26..249059434 100644 --- a/documentation/README.darwin.html +++ b/documentation/README.darwin.html @@ -116,7 +116,7 @@ static registryFunctionRef subRef[] = { {"exampleAppleScriptProcess",(REGISTRYFUNCTION)exampleAppleScriptProcess} }; -void registerExampleAppleScript(void) +static void registerExampleAppleScript(void) { registryFunctionRefAdd(subRef,NELEMENTS(subRef)); }