[pkg-opensc-commit] [engine-pkcs11] 30/43: Removed invalid semicolons after macro expansions

Eric Dorland eric at moszumanska.debian.org
Sun Jan 31 06:38:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository engine-pkcs11.

commit fea50ed8269b613144e2e2d7d80212d9796ba0d2
Author: Michał Trojnara <Michal.Trojnara at stunnel.org>
Date:   Tue Jan 26 20:58:36 2016 +0100

    Removed invalid semicolons after macro expansions
---
 src/hw_pkcs11.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/hw_pkcs11.c b/src/hw_pkcs11.c
index f52fb05..9ffaa50 100644
--- a/src/hw_pkcs11.c
+++ b/src/hw_pkcs11.c
@@ -218,7 +218,7 @@ static int bind_fn(ENGINE * e, const char *id)
 	return 1;
 }
 
-IMPLEMENT_DYNAMIC_CHECK_FN();
-IMPLEMENT_DYNAMIC_BIND_FN(bind_fn);
+IMPLEMENT_DYNAMIC_CHECK_FN()
+IMPLEMENT_DYNAMIC_BIND_FN(bind_fn)
 
 /* vim: set noexpandtab: */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/engine-pkcs11.git



More information about the pkg-opensc-commit mailing list