From 46d0a95fc1680bdef960260fba98d06ba7336d0d Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 10 Jan 2008 13:23:53 +0000 Subject: changed some config parameters and some cleanup --- obj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'obj.c') diff --git a/obj.c b/obj.c index c68f2c24..938e1ead 100644 --- a/obj.c +++ b/obj.c @@ -265,7 +265,7 @@ finalize_it: /* end serialization of an object. The caller receives a * standard C string, which he must free when no longer needed. */ -rsRetVal objEndSerialize(strm_t *pStrm, obj_t *pObj) +rsRetVal objEndSerialize(strm_t *pStrm) { DEFiRet; -- cgit