aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2012-12-17 03:52:41 +0000
committerknarf <knarf@61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1>2012-12-17 03:52:41 +0000
commita73d625da1e7a8e41d179ae8982b68ee431a8f7b (patch)
tree6abc785b09c14c5d032424cd775f21b554809cdc
parentf0bb9a7d3224ad7dbb477150ee4915abc63641e2 (diff)
explicitly specifying function arguments to be voidHEADsvnmaster
git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPDExtra/trunk@95 61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1
-rw-r--r--src/PtrList.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PtrList.c b/src/PtrList.c
index 6c431d2..6b1cf76 100644
--- a/src/PtrList.c
+++ b/src/PtrList.c
@@ -144,7 +144,7 @@ ListPage_InsertItem( ListPage *this, size_t index, void * item )
======================================================================== */
static void
-List_HandleAddressingError()
+List_HandleAddressingError(void)
{
/* To taste */
}