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) |
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 @@ 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) |