mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[NET] Fix a style issue I caused by 3c8a3a6
This commit is contained in:
parent
a66bbfa92c
commit
0e9d9ce905
1 changed files with 1 additions and 3 deletions
|
@ -10,11 +10,9 @@
|
|||
|
||||
#include "net.h"
|
||||
|
||||
|
||||
static
|
||||
int
|
||||
CompareUserInfo(const void *a,
|
||||
const void *b)
|
||||
CompareUserInfo(const void *a, const void *b)
|
||||
{
|
||||
return _wcsicmp(((PUSER_INFO_0)a)->usri0_name,
|
||||
((PUSER_INFO_0)b)->usri0_name);
|
||||
|
|
Loading…
Reference in a new issue