From 0fe472e083c40b858202db20f645eb7ac0957b30 Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: ćšć, 03 10æ 2013 20:53:58 +0800 Subject: [PATCH] Update comment on boolean parameters --- libscpi/inc/scpi/debug.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libscpi/inc/scpi/debug.h b/libscpi/inc/scpi/debug.h index 063d94e..e882902 100644 --- a/libscpi/inc/scpi/debug.h +++ b/libscpi/inc/scpi/debug.h @@ -44,8 +44,8 @@ #endif - //#define SCPI_DEBUG_COMMAND(a) scpi_debug_command(a) -#define SCPI_DEBUG_COMMAND(a) + /* #define SCPI_DEBUG_COMMAND(a) scpi_debug_command(a) */ + #define SCPI_DEBUG_COMMAND(a) bool_t SCPI_DebugCommand(scpi_t * context); -- Gitblit v1.9.1