From b5e8e4dc2bdeca39195a78d8d7f01bd7f099923c Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周五, 13 11月 2015 18:54:29 +0800 Subject: [PATCH] Resolve #65: Cast char to unsigned in isctype functions --- libscpi/inc/scpi/scpi.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/libscpi/inc/scpi/scpi.h b/libscpi/inc/scpi/scpi.h index e7fe50f..ee07b1a 100644 --- a/libscpi/inc/scpi/scpi.h +++ b/libscpi/inc/scpi/scpi.h @@ -46,6 +46,5 @@ #include "scpi/utils.h" #include "scpi/expression.h" - #endif /* SCPI_H */ -- Gitblit v1.9.1