diff options
Diffstat (limited to 'busybox/include/applets.h')
-rw-r--r-- | busybox/include/applets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox/include/applets.h b/busybox/include/applets.h index 21f82f5..d89500e 100644 --- a/busybox/include/applets.h +++ b/busybox/include/applets.h @@ -672,7 +672,7 @@ #endif #if !defined(PROTOTYPES) && !defined(MAKE_USAGE) - { 0,NULL,0 } + { 0,NULL,0,0 } }; #endif |