]> sigrok.org Git - libsigrok.git/blobdiff - output/output_vcd.c
Make some more items 'static'.
[libsigrok.git] / output / output_vcd.c
index a61443dbf3b6c91a10b1dcdb788435e76628f80e..4b76de0a088512529f0f89bfd9fbd6e25428f266 100644 (file)
@@ -46,7 +46,7 @@ $upscope $end\n\
 $enddefinitions $end\n\
 $dumpvars\n";
 
-const char *vcd_header_comment = "\
+static const char *vcd_header_comment = "\
 $comment\n  Acquisition with %d/%d probes at %s\n$end\n";
 
 static int init(struct sr_output *o)