From 4d39507183e0ace2d73f04817a398e858b66b677 Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周五, 22 3月 2013 01:40:22 +0800 Subject: [PATCH] Update lexer, start of implementing parser --- 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