From 0a184812d9a9c6db4bb6b42c182369cdbfb23567 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 26 Aug 2009 15:15:21 +0000 Subject: Core: fix spurious semi-colon inserted in commit 4093 * lasso/errors.h: remove useless semi-colon --- lasso/errors.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lasso/errors.h') diff --git a/lasso/errors.h b/lasso/errors.h index 955db3ee..6dec02fa 100644 --- a/lasso/errors.h +++ b/lasso/errors.h @@ -600,7 +600,6 @@ * If inResponseTo attribute is present, a matching request must be present too in the LassoLogin object */ #define LASSO_LOGIN_ERROR_ASSERTION_DOES_NOT_MATCH_REQUEST_ID 611 -; /* Federation Termination Notification */ /** -- cgit