From 3a4f333781a481b70fcd598bcc5a93ed9c5a619b Mon Sep 17 00:00:00 2001 From: Justin Fichtner <justin.fichtner@lakeshore.com> Date: ćšć, 30 11æ 2017 22:26:30 +0800 Subject: [PATCH] Fix typos in tests --- libscpi/src/parser_private.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libscpi/src/parser_private.h b/libscpi/src/parser_private.h index b34c15d..de95865 100644 --- a/libscpi/src/parser_private.h +++ b/libscpi/src/parser_private.h @@ -45,7 +45,7 @@ int scpiParser_parseProgramData(lex_state_t * state, scpi_token_t * token) LOCAL; int scpiParser_parseAllProgramData(lex_state_t * state, scpi_token_t * token, int * numberOfParameters) LOCAL; - int scpiParser_detectProgramMessageUnit(scpi_parser_state_t * state, const char * buffer, int len) LOCAL; + int scpiParser_detectProgramMessageUnit(scpi_parser_state_t * state, char * buffer, int len) LOCAL; #ifdef __cplusplus } -- Gitblit v1.9.1