diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 54d01b75a..136d4fd87 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1983,7 +1983,6 @@ static ALWAYS_INLINE unsigned char bb_ascii_tolower(unsigned char a) | |||
1983 | typedef void (*bbunit_testfunc)(void); | 1983 | typedef void (*bbunit_testfunc)(void); |
1984 | 1984 | ||
1985 | struct bbunit_listelem { | 1985 | struct bbunit_listelem { |
1986 | struct bbunit_listelem* next; | ||
1987 | const char* name; | 1986 | const char* name; |
1988 | bbunit_testfunc testfunc; | 1987 | bbunit_testfunc testfunc; |
1989 | }; | 1988 | }; |