From a8a386b18d3507e2d84278094b262745758d4951 Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: ćšć, 02 6æ 2016 04:16:08 +0800 Subject: [PATCH] Fix formating to cc.h, add stdbool.h detection --- 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