Oracle Message PCC-02307 - void can only be used when single parameter

ERRORvoid can only be used when single parameter
CAUSEA function can be declared or defined using the following syntax: int func1(void) to indicate that the function has no parameters. void can be used only once in this case.
ACTIONRemove the extra voids in the function definition or declaration.