projects
/
sigrok-cli.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f83fbc5
)
cli: fix driver option conversion
author
Bert Vermeulen
<bert@biot.com>
Sun, 2 Sep 2012 13:40:51 +0000
(15:40 +0200)
committer
Bert Vermeulen
<bert@biot.com>
Sun, 2 Sep 2012 13:42:56 +0000
(15:42 +0200)
sigrok-cli.c
patch
|
blob
|
history
diff --git
a/sigrok-cli.c
b/sigrok-cli.c
index 9ae646667381dba6e9981d00678bb7fbd63e44a5..1b967814508ed76d906a9474faecd75e84df9ae1 100644
(file)
--- 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);
value = g_hash_table_lookup(hash, key);
hwopt->value = g_strdup(value);
opts = g_slist_append(opts, hwopt);
- break;
}
g_list_free(keys);
}
g_list_free(keys);