From 962e36768eb9761c34e0a3017d539483136272b2 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Sat, 18 Nov 2006 00:09:27 +0000 Subject: [PATCH] C style comments for C compilers --- src/db/dbNotify.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/dbNotify.h b/src/db/dbNotify.h index 98aac261a..5c57c0d90 100644 --- a/src/db/dbNotify.h +++ b/src/db/dbNotify.h @@ -18,7 +18,7 @@ #include "callback.h" #ifdef __cplusplus - // for brain dead C++ compilers + /* for brain dead C++ compilers */ struct dbCommon; struct putNotify; extern "C" {