mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 16:36:07 +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"
|
#include "net.h"
|
||||||
|
|
||||||
|
|
||||||
static
|
static
|
||||||
int
|
int
|
||||||
CompareUserInfo(const void *a,
|
CompareUserInfo(const void *a, const void *b)
|
||||||
const void *b)
|
|
||||||
{
|
{
|
||||||
return _wcsicmp(((PUSER_INFO_0)a)->usri0_name,
|
return _wcsicmp(((PUSER_INFO_0)a)->usri0_name,
|
||||||
((PUSER_INFO_0)b)->usri0_name);
|
((PUSER_INFO_0)b)->usri0_name);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue