projects
/
sigrok-cli.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
b6bd032
)
cli: Fix compile error.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Tue, 29 May 2012 20:35:38 +0000
(22:35 +0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Tue, 29 May 2012 20:35:38 +0000
(22:35 +0200)
sigrok-cli.c
patch
|
blob
|
history
diff --git
a/sigrok-cli.c
b/sigrok-cli.c
index 03bfbdac2318ef51d3c2fa8b2a33625e1601e317..aaf0c3633530777cdd0a62178c7fa0f2297838f8 100644
(file)
--- a/
sigrok-cli.c
+++ b/
sigrok-cli.c
@@
-615,7
+615,7
@@
int setup_pd_stack(void)
* the stack will be left on the annotation list (unless
* the annotation list was specifically provided).
*/
- if (!opt_pd_annotation)
+ if (!opt_pd_annotation
s
)
g_hash_table_remove(pd_ann_visible,
di_from->inst_id);
@@
-717,7
+717,7
@@
int setup_output_format(void)
return 0;
}
-void show_pd_annotation(struct srd_proto_data *pdata, void *cb_data)
+void show_pd_annotation
s
(struct srd_proto_data *pdata, void *cb_data)
{
int i;
char **annotations;