aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-07-06 18:33:04 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-07-06 18:33:04 +0000
commit474db7ed23e83dafe9998fd98c537d5c7c57e5ec (patch)
tree51c6cf300600b1d793001260c6eee45060cfeda2
parent73317a9952fc9a2c1c099a9ec8894353a12f20bb (diff)
downloadbusybox-w32-474db7ed23e83dafe9998fd98c537d5c7c57e5ec.tar.gz
busybox-w32-474db7ed23e83dafe9998fd98c537d5c7c57e5ec.tar.bz2
busybox-w32-474db7ed23e83dafe9998fd98c537d5c7c57e5ec.zip
Fix a stupid bug revealed by multibuild.pl
git-svn-id: svn://busybox.net/trunk/busybox@3017 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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)