changeset 654:1092eb33bd59

Doxygen fix.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 25 Jan 2020 13:37:01 +0200
parents 3c9205d52376
children ae601363fdad
files th_config.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/th_config.h	Sat Jan 25 13:36:15 2020 +0200
+++ b/th_config.h	Sat Jan 25 13:37:01 2020 +0200
@@ -37,7 +37,7 @@
 };
 
 
-typedef struct _th_cfgitem_t
+typedef struct th_cfgitem_t
 {
     // th_llist_t must be the first item, as this
     // is used to alias th_cfgitem_t to llist nodes
@@ -54,7 +54,7 @@
 
         void *data;
         th_llist_t **list;
-        struct _th_cfgitem_t *section;
+        struct th_cfgitem_t *section;
     } v;
 } th_cfgitem_t;