diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2007-11-22 12:30:02 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2007-11-22 12:30:02 +0000 |
| commit | 20f61fd65392f7f2a464ca796e1def5697c5916d (patch) | |
| tree | 18521185058370f37c7a1f30a9f9071563d70583 | |
| parent | dc93184bb4bb6840d8fc51556e338c9a689963fb (diff) | |
formatting fix in docstring
| -rw-r--r-- | lasso/id-ff/profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/id-ff/profile.c b/lasso/id-ff/profile.c index bab56e1c..7de9016e 100644 --- a/lasso/id-ff/profile.c +++ b/lasso/id-ff/profile.c @@ -49,7 +49,7 @@ * #LassoSaml2NameID in SAML 2.0). * * Return value: the name identifier or NULL if none was found. The #LassoNode - * object is internally allocated and must not be * freed by the caller. + * object is internally allocated and must not be freed by the caller. **/ LassoNode* lasso_profile_get_nameIdentifier(LassoProfile *profile) |
