From: Uwe Hermann Date: Tue, 22 Feb 2011 22:12:41 +0000 (+0100) Subject: Make some more items 'static'. X-Git-Tag: libsigrokdecode-0.1.0~285 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=a0d4825744bd5bc2cd18a51e8339faf11b9d87c4 Make some more items 'static'. --- 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.