aboutsummaryrefslogtreecommitdiff
path: root/include
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 /include
parent77b68e6f42645d83ebade4842f9346948b555b16 (diff)
downloadbusybox-d22b78ff0584c2d462920ad9813b229c7c3bad93.tar.gz
Fix a stupid bug revealed by multibuild.pl
Diffstat (limited to 'include')
-rw-r--r--include/applets.h2
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 @@
APPLET(uniq, uniq_main, _BB_DIR_USR_BIN)
#endif
#ifdef BB_UNIX2DOS
- APPLET(unix2dos, dos2unix_main, _BB_DIR_USR_BIN)
+ APPLET(unix2dos, unix2dos_main, _BB_DIR_USR_BIN)
#endif
#ifdef BB_UPDATE
APPLET(update, update_main, _BB_DIR_SBIN)