From 544891dd2606ad3beb0aed65feaacc7a100c9dd2 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 22 Feb 2001 23:37:30 +0000 Subject: Add in kent robotti's updated dos2unix.c --- include/applets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/applets.h') diff --git a/include/applets.h b/include/applets.h index 446906cad..eaa818df7 100644 --- a/include/applets.h +++ b/include/applets.h @@ -374,7 +374,7 @@ APPLET(uniq, uniq_main, _BB_DIR_USR_BIN) #endif #ifdef BB_UNIX2DOS - APPLET(unix2dos, unix2dos_main, _BB_DIR_USR_BIN) + APPLET(unix2dos, dos2unix_main, _BB_DIR_USR_BIN) #endif #ifdef BB_UPDATE APPLET(update, update_main, _BB_DIR_SBIN) -- cgit v1.2.3