From 554a0b00b6c1989e8b89b407a32545fbcbec9a8b Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: ćšć, 06 8æ 2015 17:41:36 +0800 Subject: [PATCH] Fix LavWindows/CVI project --- 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