mirror of
https://github.com/reactos/reactos.git
synced 2025-01-12 09:07:54 +00:00
[shell32]
- Remove extra semicolon, spotted by Gabriel. svn path=/trunk/; revision=43973
This commit is contained in:
parent
0a9bdf2bf0
commit
8420a2199f
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ SHGetUnreadMailCountW(HKEY hKeyUser,
|
||||||
{
|
{
|
||||||
FIXME("SHGetUnreadMailCountW() stub\n");
|
FIXME("SHGetUnreadMailCountW() stub\n");
|
||||||
return E_FAIL;
|
return E_FAIL;
|
||||||
};
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Unimplemented
|
* Unimplemented
|
||||||
|
|
Loading…
Reference in a new issue