]> sigrok.org Git - libsigrokdecode.git/commitdiff
Make some more items 'static'.
authorUwe Hermann <redacted>
Tue, 22 Feb 2011 22:12:41 +0000 (23:12 +0100)
committerUwe Hermann <redacted>
Thu, 3 Mar 2011 19:24:25 +0000 (20:24 +0100)
decode.c

index 026a6133a7956a5344a416b84bbbfab8e9e34efa..fe89eb0dd42b6c594b17b95575ab3e64797b6075 100644 (file)
--- a/decode.c
+++ b/decode.c
@@ -32,7 +32,7 @@
 #endif
 
 /* The list of protocol decoders. */
-GSList *list_pds = NULL;
+static GSList *list_pds = NULL;
 
 /*
  * Here's a quick overview of Python/C API reference counting.