X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=sigrok-cli.c;h=1b967814508ed76d906a9474faecd75e84df9ae1;hb=19c3e1f40ab6e86017bf9771006a1711b4c496ff;hp=9ae646667381dba6e9981d00678bb7fbd63e44a5;hpb=f83fbc57a5213cae17addf3dfc1cf96c3cf484b6;p=sigrok-cli.git diff --git a/sigrok-cli.c b/sigrok-cli.c index 9ae6466..1b96781 100644 --- a/sigrok-cli.c +++ b/sigrok-cli.c @@ -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);