From: Alon Bar-Lev Date: Wed, 29 Feb 2012 20:11:36 +0000 (+0200) Subject: cleanup: remove redundant ';' X-Git-Tag: v2.3_alpha2~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68c7df22639c60b243dce4459e04e572fd32a3ed;p=thirdparty%2Fopenvpn.git cleanup: remove redundant ';' Signed-off-by: Alon Bar-Lev Acked-by: Samuli Seppänen Signed-off-by: David Sommerseth --- diff --git a/misc.h b/misc.h index bdada42c5..dd6bd5ac5 100644 --- a/misc.h +++ b/misc.h @@ -145,7 +145,7 @@ openvpn_run_script (const struct argv *a, const struct env_set *es, const unsign openvpn_snprintf(msg, sizeof(msg), "WARNING: Failed running command (%s)", hook); return openvpn_execve_check(a, es, flags | S_SCRIPT, msg); -}; +} #ifdef WIN32 FILE * openvpn_fopen (const char *path, const char *mode);