X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decode.c;h=fe89eb0dd42b6c594b17b95575ab3e64797b6075;hp=026a6133a7956a5344a416b84bbbfab8e9e34efa;hb=a0d4825744bd5bc2cd18a51e8339faf11b9d87c4;hpb=775dda7af58ad9a6bb45ef05634bed59497bb305 diff --git a/decode.c b/decode.c index 026a613..fe89eb0 100644 --- 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.