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

---
 libscpi/test/test_lib.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libscpi/test/test_lib.c b/libscpi/test/test_lib.c
index 650e036..c5be44f 100644
--- a/libscpi/test/test_lib.c
+++ b/libscpi/test/test_lib.c
@@ -106,8 +106,8 @@
     return SCPI_RES_OK;
 }
 
-bool_t TST_executed = FALSE;
-bool_t RST_executed = FALSE;
+scpi_bool_t TST_executed = FALSE;
+scpi_bool_t RST_executed = FALSE;
 static scpi_result_t SCPI_Test(scpi_t * context) {
     TST_executed = TRUE;
     return SCPI_RES_OK;

--
Gitblit v1.9.1