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/inc/scpi/types.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libscpi/inc/scpi/types.h b/libscpi/inc/scpi/types.h index 982caae..3597275 100644 --- a/libscpi/inc/scpi/types.h +++ b/libscpi/inc/scpi/types.h @@ -55,8 +55,8 @@ #endif /* basic data types */ - typedef bool bool_t; - /* typedef enum { FALSE = 0, TRUE } bool_t; */ + typedef bool scpi_bool_t; + /* typedef enum { FALSE = 0, TRUE } scpi_bool_t; */ /* IEEE 488.2 registers */ enum _scpi_reg_name_t { @@ -202,7 +202,7 @@ scpi_interface_t * interface; int_fast16_t output_count; int_fast16_t input_count; - bool_t cmd_error; + scpi_bool_t cmd_error; scpi_error_queue_t error_queue; scpi_reg_val_t * registers; const scpi_unit_def_t * units; -- Gitblit v1.9.1