aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index cede50cc2..858084bc5 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1960,7 +1960,7 @@ void bbunit_settestfailed(void);
1960 .name = #NAME, \ 1960 .name = #NAME, \
1961 .testfunc = bbunit_##NAME##_test, \ 1961 .testfunc = bbunit_##NAME##_test, \
1962 }; \ 1962 }; \
1963 static void INIT_LAST bbunit_##NAME##_register(void) \ 1963 static void INIT_FUNC bbunit_##NAME##_register(void) \
1964 { \ 1964 { \
1965 bbunit_registertest(&bbunit_##NAME##_elem); \ 1965 bbunit_registertest(&bbunit_##NAME##_elem); \
1966 } \ 1966 } \