cmd: Remove inapplicable comment from WCMD_getfileowner.

This commit is contained in:
Alex Henrie 2022-11-03 19:10:04 -06:00 committed by Alexandre Julliard
parent 0ba9567a56
commit 6ee8f819cf

View file

@ -177,8 +177,6 @@ static int __cdecl WCMD_dir_sort (const void *a, const void *b)
/*****************************************************************************
* WCMD_getfileowner
*
* Reverse a WCHARacter string in-place (strrev() is not available under unixen :-( ).
*/
static void WCMD_getfileowner(WCHAR *filename, WCHAR *owner, int ownerlen) {