From b75a3a17c2bb7ce46af4815ae588e263dbab944e Mon Sep 17 00:00:00 2001 From: Justin Fichtner <Justin.Fichtner@lakeshore.com> Date: 周二, 15 8月 2017 00:20:06 +0800 Subject: [PATCH] Fix another bug in tests --- libscpi/inc/scpi/utils.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libscpi/inc/scpi/utils.h b/libscpi/inc/scpi/utils.h index be538e1..31ad63b 100644 --- a/libscpi/inc/scpi/utils.h +++ b/libscpi/inc/scpi/utils.h @@ -50,7 +50,7 @@ size_t SCPI_FloatToStr(float val, char * str, size_t len); size_t SCPI_DoubleToStr(double val, char * str, size_t len); - // deprecated finction, should be removed later + /* deprecated finction, should be removed later */ #define SCPI_LongToStr(val, str, len, base) SCPI_Int32ToStr((val), (str), (len), (base), TRUE) #ifdef __cplusplus -- Gitblit v1.9.1