From a9da960dc178a11bdb9de240237f22c646437a46 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Sat, 7 Apr 2012 20:42:27 +0300 Subject: cleanup: remove C++ comments Signed-off-by: Alon Bar-Lev Acked-by: Fabian Knittel Signed-off-by: David Sommerseth --- src/openvpnserv/openvpnserv.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/openvpnserv') diff --git a/src/openvpnserv/openvpnserv.c b/src/openvpnserv/openvpnserv.c index a9a9441..56f5a02 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, ...) \ -- cgit