From 8e04e1c959ed282f81c96c7b4cd69a72f20174bc Mon Sep 17 00:00:00 2001 From: Arrigo Marchiori <ardovm@yahoo.it> Date: 周六, 15 10月 2016 19:37:11 +0800 Subject: [PATCH] align parser test to last commits --- examples/common/scpi-def.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/examples/common/scpi-def.h b/examples/common/scpi-def.h index f451300..ddce164 100644 --- a/examples/common/scpi-def.h +++ b/examples/common/scpi-def.h @@ -25,5 +25,5 @@ scpi_result_t SCPI_SystemCommTcpipControlQ(scpi_t * context); -#endif // __SCPI_DEF_H_ +#endif /* __SCPI_DEF_H_ */ -- Gitblit v1.9.1