From: Alon Bar-Lev Date: Sat, 7 Apr 2012 17:42:27 +0000 (+0300) Subject: cleanup: remove C++ comments X-Git-Tag: v2.3_alpha2~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9da960dc178a11bdb9de240237f22c646437a46;p=thirdparty%2Fopenvpn.git cleanup: remove C++ comments Signed-off-by: Alon Bar-Lev Acked-by: Fabian Knittel Signed-off-by: David Sommerseth --- diff --git a/src/openvpnserv/openvpnserv.c b/src/openvpnserv/openvpnserv.c index a9a9441ee..56f5a0250 100755 --- a/src/openvpnserv/openvpnserv.c +++ b/src/openvpnserv/openvpnserv.c @@ -87,9 +87,9 @@ static HANDLE exit_event = NULL; /* * Message handling */ -#define M_INFO (0) // informational -#define M_SYSERR (MSG_FLAGS_ERROR|MSG_FLAGS_SYS_CODE) // error + system code -#define M_ERR (MSG_FLAGS_ERROR) // error +#define M_INFO (0) /* informational */ +#define M_SYSERR (MSG_FLAGS_ERROR|MSG_FLAGS_SYS_CODE) /* error + system code */ +#define M_ERR (MSG_FLAGS_ERROR) /* error */ /* write error to event log */ #define MSG(flags, ...) \