From 9c2c61bde82bb4111355ade6d253621189e9595a Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周六, 04 1月 2014 00:28:37 +0800 Subject: [PATCH] Merge pull request #11 from wolf99/master --- examples/common/scpi-def.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/examples/common/scpi-def.c b/examples/common/scpi-def.c index b84cdd9..3a863c9 100644 --- a/examples/common/scpi-def.c +++ b/examples/common/scpi-def.c @@ -118,7 +118,7 @@ } scpi_result_t TEST_Bool(scpi_t * context) { - bool_t param1; + scpi_bool_t param1; fprintf(stderr, "TEST:BOOL\r\n"); // debug command name // read first parameter if present -- Gitblit v1.9.1