diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-07-06 18:33:04 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-07-06 18:33:04 +0000 |
commit | d22b78ff0584c2d462920ad9813b229c7c3bad93 (patch) | |
tree | 51c6cf300600b1d793001260c6eee45060cfeda2 /include/applets.h | |
parent | 77b68e6f42645d83ebade4842f9346948b555b16 (diff) | |
download | busybox-w32-d22b78ff0584c2d462920ad9813b229c7c3bad93.tar.gz busybox-w32-d22b78ff0584c2d462920ad9813b229c7c3bad93.tar.bz2 busybox-w32-d22b78ff0584c2d462920ad9813b229c7c3bad93.zip |
Fix a stupid bug revealed by multibuild.pl
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/applets.h b/include/applets.h index 287b29cf2..e6ee3c95e 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -402,7 +402,7 @@ | |||
402 | APPLET(uniq, uniq_main, _BB_DIR_USR_BIN) | 402 | APPLET(uniq, uniq_main, _BB_DIR_USR_BIN) |
403 | #endif | 403 | #endif |
404 | #ifdef BB_UNIX2DOS | 404 | #ifdef BB_UNIX2DOS |
405 | APPLET(unix2dos, dos2unix_main, _BB_DIR_USR_BIN) | 405 | APPLET(unix2dos, unix2dos_main, _BB_DIR_USR_BIN) |
406 | #endif | 406 | #endif |
407 | #ifdef BB_UPDATE | 407 | #ifdef BB_UPDATE |
408 | APPLET(update, update_main, _BB_DIR_SBIN) | 408 | APPLET(update, update_main, _BB_DIR_SBIN) |