From ef1b8d06a9f5e87d6abb217e9b056257ecdd508a Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: ćšć, 06 8æ 2015 01:18:00 +0800 Subject: [PATCH] Add LabWindows/CVI example by lhoerl --- libscpi/src/parser.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libscpi/src/parser.c b/libscpi/src/parser.c index 6fa269b..ef779bc 100644 --- a/libscpi/src/parser.c +++ b/libscpi/src/parser.c @@ -785,7 +785,7 @@ * @param options specifications of choices numbers (patterns) * @param tag numerical representatio of choice * @param text result text - * @return TRUE if succesfule, else false + * @return TRUE if succesfule, else FALSE */ scpi_bool_t SCPI_ChoiceToName(const scpi_choice_def_t * options, int32_t tag, const char ** text) { int i; -- Gitblit v1.9.1