From 93622b42e12495e7b2af596a083d80438c22f9cc Mon Sep 17 00:00:00 2001 From: Damien Laniel Date: Tue, 13 Nov 2007 16:13:39 +0000 Subject: removed the * from the GList item type as other GList items are commented with no * --- lasso/xml/samlp_response.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lasso/xml/samlp_response.h b/lasso/xml/samlp_response.h index 57fd0b81..939f5202 100644 --- a/lasso/xml/samlp_response.h +++ b/lasso/xml/samlp_response.h @@ -55,7 +55,7 @@ struct _LassoSamlpResponse { /* */ LassoSamlpStatus *Status; /* */ - GList *Assertion; /* of LassoSamlAssertion* */ + GList *Assertion; /* of LassoSamlAssertion */ }; struct _LassoSamlpResponseClass { -- cgit