]> sigrok.org Git - sigrok-cli.git/commitdiff
cli: Fix compile error.
authorUwe Hermann <redacted>
Tue, 29 May 2012 20:35:38 +0000 (22:35 +0200)
committerUwe Hermann <redacted>
Tue, 29 May 2012 20:35:38 +0000 (22:35 +0200)
sigrok-cli.c

index 03bfbdac2318ef51d3c2fa8b2a33625e1601e317..aaf0c3633530777cdd0a62178c7fa0f2297838f8 100644 (file)
@@ -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_annotations)
                                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_annotations(struct srd_proto_data *pdata, void *cb_data)
 {
        int i;
        char **annotations;