diff options
Diffstat (limited to 'core/structured_list.h')
-rw-r--r-- | core/structured_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/structured_list.h b/core/structured_list.h index cdf76bb8e..e8fc0d9a2 100644 --- a/core/structured_list.h +++ b/core/structured_list.h @@ -2,7 +2,7 @@ #ifndef STRUCTURED_LIST_H #define STRUCTURED_LIST_H -/* Clear whole list; this works for taglist, picturelist and dive computers */ +/* Clear whole list; this works for taglist and dive computers */ #define STRUCTURED_LIST_FREE(_type, _start, _free) \ { \ _type *_ptr = _start; \ |