Skip to content
Snippets Groups Projects
Commit f2244c41 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel: Committed by Sergey Kosukhin
Browse files

Make zero params explicit.

parent bfa3f497
No related branches found
No related tags found
No related merge requests found
......@@ -308,7 +308,7 @@ listInitialize(void)
/**************************************************************/
static void
listSizeExtend()
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