From: Stefan Hellermann Date: Mon, 28 Feb 2011 15:53:26 +0000 (+0100) Subject: Fixed typo in plugin.h X-Git-Tag: v2.3-alpha1~261 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a75c7dd214874687830d63445de50e111c46723d;p=thirdparty%2Fopenvpn.git 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 --- 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; }