From d22b78ff0584c2d462920ad9813b229c7c3bad93 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 6 Jul 2001 18:33:04 +0000 Subject: Fix a stupid bug revealed by multibuild.pl --- applets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets.h') 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) -- cgit v1.2.3