Fix a stupid bug revealed by multibuild.pl
[oweals/busybox.git] / applets.h
index 287b29cf2c1397e988f898e1a531c4605ae78eec..e6ee3c95e2de76016d2437c291611271b8bfd205 100644 (file)
--- a/applets.h
+++ b/applets.h
        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)