From fea3bcae1b32999decfe390b90fa26fff7c236fc Mon Sep 17 00:00:00 2001
From: Toby <userMe@myServer.fake>
Date: 摹曛, 02 1月 2014 22:10:35 +0800
Subject: [PATCH] Corrected grammatical number agreement

---
 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