summaryrefslogtreecommitdiffstats
path: root/libcsoap/soap-service.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcsoap/soap-service.c')
-rw-r--r--libcsoap/soap-service.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libcsoap/soap-service.c b/libcsoap/soap-service.c
index 8f87fb5..e8ef81d 100644
--- a/libcsoap/soap-service.c
+++ b/libcsoap/soap-service.c
@@ -1,5 +1,5 @@
/******************************************************************
-* $Id: soap-service.c,v 1.3 2004/08/26 17:06:18 rans Exp $
+* $Id: soap-service.c,v 1.4 2004/09/19 07:05:03 snowdrop Exp $
*
* CSOAP Project: A SOAP client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -85,4 +85,5 @@ void soap_service_free(SoapService *service)
free(service);
log_verbose1("leave with success");
-} \ No newline at end of file
+}
+