From 6782d343ccaa8e669241529162423aea45379cf7 Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Sat, 20 May 2017 15:23:28 -0700 Subject: [PATCH] Fix warning for comment inside comment --- inc/dbprint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/dbprint.h b/inc/dbprint.h index dcb2bf7..64df746 100755 --- a/inc/dbprint.h +++ b/inc/dbprint.h @@ -33,7 +33,7 @@ e.g. TRACER(expr); - executes the expression if TRACE is on. + executes the expression if TRACE is on. */ /* ================================================================ */ /* For debugging print statements */