From a75c7dd214874687830d63445de50e111c46723d Mon Sep 17 00:00:00 2001 From: Stefan Hellermann Date: Mon, 28 Feb 2011 16:53:26 +0100 Subject: [PATCH] Fixed typo in plugin.h A additional ';' had sneaked in commit 4c4b8cedfa98e8892a53. Lets kick it out again. Signed-off-by: Stefan Hellermann Acked-by: David Sommerseth Signed-off-by: David Sommerseth --- plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.h b/plugin.h index 9d48651d2..d6ff08dff 100644 --- a/plugin.h +++ b/plugin.h @@ -176,7 +176,7 @@ plugin_call (const struct plugin_list *pl, struct plugin_return *pr, struct env_set *es, int current_cert_depth, - X509 *current_cert); + X509 *current_cert) { return 0; } -- 2.47.2