From e73964b0ad7f080d398251157bd46255b0032783 Mon Sep 17 00:00:00 2001 From: Justin Fichtner <justin.fichtner@lakeshore.com> Date: ćšć, 30 11æ 2017 08:27:31 +0800 Subject: [PATCH] Re-add test line that I had thought was useless, but isn't --- 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