projects
/
libsigrokdecode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
35b380b
)
Fix incorrect doxygen comment for srd_decoder_list().
author
Uwe Hermann
<redacted>
Sun, 20 Jul 2014 09:31:27 +0000
(11:31 +0200)
committer
Uwe Hermann
<redacted>
Sun, 20 Jul 2014 09:31:27 +0000
(11:31 +0200)
This fixes bug #378.
decoder.c
patch
|
blob
|
blame
|
history
diff --git
a/decoder.c
b/decoder.c
index 95f3ac5dafde6fa0cf8c6d75a10a9c3d26e90288..15c03ab661b1586efff4447c1de79437564dfa2f 100644
(file)
--- 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 string
s.
+ * This is a GSList
of pointers to struct srd_decoder item
s.
*
* @return List of decoders, NULL if none are supported or loaded.
*