Be more pedantic aboutthe terminating null applet.

-Erik
This commit is contained in:
Eric Andersen 2000-07-14 06:29:10 +00:00
parent 58361a44b5
commit d6912c97de
2 changed files with 2 additions and 2 deletions

View File

@ -351,7 +351,7 @@ const struct BB_applet applets[] = {
#ifdef BB_TEST #ifdef BB_TEST
{"[", test_main, _BB_DIR_USR_BIN}, {"[", test_main, _BB_DIR_USR_BIN},
#endif #endif
{0} {0,NULL,0}
}; };
char *applet_name; char *applet_name;

View File

@ -351,7 +351,7 @@ const struct BB_applet applets[] = {
#ifdef BB_TEST #ifdef BB_TEST
{"[", test_main, _BB_DIR_USR_BIN}, {"[", test_main, _BB_DIR_USR_BIN},
#endif #endif
{0} {0,NULL,0}
}; };
char *applet_name; char *applet_name;