mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Fixed the comment from my last commit.
svn path=/trunk/; revision=17167
This commit is contained in:
parent
02fe41efa5
commit
fa7dd8c0ff
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue