From 3a1501e9e07a93a9b157fcce53aa070c5a0bf3d8 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 20 Jul 2014 11:31:27 +0200 Subject: [PATCH 1/1] Fix incorrect doxygen comment for srd_decoder_list(). This fixes bug #378. --- decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decoder.c b/decoder.c index 95f3ac5..15c03ab 100644 --- a/decoder.c +++ b/decoder.c @@ -66,7 +66,7 @@ static gboolean srd_check_init(void) /** * Returns the list of supported/loaded protocol decoders. * - * This is a GSList containing the names of the decoders as strings. + * This is a GSList of pointers to struct srd_decoder items. * * @return List of decoders, NULL if none are supported or loaded. * -- 2.30.2