Fixed the comment from my last commit. Modified: trunk/reactos/subsys/system/cmd/del.c _____
Modified: trunk/reactos/subsys/system/cmd/del.c --- trunk/reactos/subsys/system/cmd/del.c 2005-08-07 13:59:05 UTC (rev 17166) +++ trunk/reactos/subsys/system/cmd/del.c 2005-08-07 14:01:17 UTC (rev 17167) @@ -40,9 +40,9 @@
* Implemented /A example "del /A:H /A:-R *.exe -ping.exe" * * 07-Aug-2005 (Hartmut Birr) -* Removed the exclusive deletion (see two comments above) because '-' is a valid file name character. -* Optimized the recursive deletion in directories. -* Preload Loaded some nice strings.* +* Removed the exclusive deletion (see two comments above) because '-' is a valid file name character. +* Optimized the recursive deletion in directories. +* Preload some nice strings. */
#include <precomp.h>