summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-07-06 18:33:04 +0000
committerEric Andersen <andersen@codepoet.org>2001-07-06 18:33:04 +0000
commitd22b78ff0584c2d462920ad9813b229c7c3bad93 (patch)
tree51c6cf300600b1d793001260c6eee45060cfeda2
parent77b68e6f42645d83ebade4842f9346948b555b16 (diff)
downloadbusybox-w32-d22b78ff0584c2d462920ad9813b229c7c3bad93.tar.gz
busybox-w32-d22b78ff0584c2d462920ad9813b229c7c3bad93.tar.bz2
busybox-w32-d22b78ff0584c2d462920ad9813b229c7c3bad93.zip
Fix a stupid bug revealed by multibuild.pl
-rw-r--r--applets.h2
-rw-r--r--include/applets.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/applets.h b/applets.h
index 287b29cf2..e6ee3c95e 100644
--- a/applets.h
+++ b/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)
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)