[shell32]

- Remove extra semicolon, spotted by Gabriel.

svn path=/trunk/; revision=43973
This commit is contained in:
Aleksey Bragin 2009-11-05 13:27:52 +00:00
parent 0a9bdf2bf0
commit 8420a2199f

View file

@ -142,7 +142,7 @@ SHGetUnreadMailCountW(HKEY hKeyUser,
{ {
FIXME("SHGetUnreadMailCountW() stub\n"); FIXME("SHGetUnreadMailCountW() stub\n");
return E_FAIL; return E_FAIL;
}; }
/* /*
* Unimplemented * Unimplemented