Jan Breuer
2015-08-06 e016a3c9689c1ffef268def51ab134aea05041f4
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;