Skip to content
Snippets Groups Projects
Commit 9a02a440 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Make zero params explicit.

parent cce15501
No related branches found
No related tags found
No related merge requests found
......@@ -322,7 +322,7 @@ void listInitialize ( void )
/**************************************************************/
static
void listSizeExtend()
void listSizeExtend(void)
{
int nsp = namespaceGetActive ();
checkList(__func__, nsp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment