From 8d2525c6b63f6014996367093733cff53a243448 Mon Sep 17 00:00:00 2001 From: ShaunH <shaun@hedlabs.com> Date: 周二, 08 10月 2013 04:43:11 +0800 Subject: [PATCH] TRUE/FALSE ifndef --- libscpi/inc/scpi/error.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libscpi/inc/scpi/error.h b/libscpi/inc/scpi/error.h index b2b7c9d..cb5b398 100644 --- a/libscpi/inc/scpi/error.h +++ b/libscpi/inc/scpi/error.h @@ -58,7 +58,7 @@ #define SCPI_ERROR_INVALID_SUFFIX -131 #define SCPI_ERROR_SUFFIX_NOT_ALLOWED -138 -#define SCPI_ERROR_EXECUTION_ERROR -200 +#define SCPI_ERROR_EXECUTION_ERROR -200 #ifdef __cplusplus } -- Gitblit v1.9.1