]> sigrok.org Git - sigrok-cli.git/commitdiff
cli: fix driver option conversion
authorBert Vermeulen <redacted>
Sun, 2 Sep 2012 13:40:51 +0000 (15:40 +0200)
committerBert Vermeulen <redacted>
Sun, 2 Sep 2012 13:42:56 +0000 (15:42 +0200)
sigrok-cli.c

index 9ae646667381dba6e9981d00678bb7fbd63e44a5..1b967814508ed76d906a9474faecd75e84df9ae1 100644 (file)
@@ -132,7 +132,6 @@ static GSList *hash_to_hwopt(GHashTable *hash)
                value = g_hash_table_lookup(hash, key);
                hwopt->value = g_strdup(value);
                opts = g_slist_append(opts, hwopt);
-               break;
        }
        g_list_free(keys);