Fix a stupid segfault caused by dereferencing a NULL ptr.
[oweals/busybox.git] / usage.c
1 #include "busybox.h"
2
3 const char usage_messages[] =
4
5 #define MAKE_USAGE
6 #include "usage.h"
7
8 #include "applets.h"
9
10 ;