X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=applets.h;h=e6ee3c95e2de76016d2437c291611271b8bfd205;hb=d22b78ff0584c2d462920ad9813b229c7c3bad93;hp=287b29cf2c1397e988f898e1a531c4605ae78eec;hpb=77b68e6f42645d83ebade4842f9346948b555b16;p=oweals%2Fbusybox.git diff --git a/applets.h b/applets.h index 287b29cf2..e6ee3c95e 100644 --- a/applets.h +++ b/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)