projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a9bdf2
)
[shell32]
author
Aleksey Bragin
<aleksey@reactos.org>
Thu, 5 Nov 2009 13:27:52 +0000
(13:27 +0000)
committer
Aleksey Bragin
<aleksey@reactos.org>
Thu, 5 Nov 2009 13:27:52 +0000
(13:27 +0000)
- Remove extra semicolon, spotted by Gabriel.
svn path=/trunk/; revision=43973
reactos/dll/win32/shell32/stubs.c
patch
|
blob
|
history
diff --git
a/reactos/dll/win32/shell32/stubs.c
b/reactos/dll/win32/shell32/stubs.c
index
0056a4f
..
1ead574
100644
(file)
--- a/
reactos/dll/win32/shell32/stubs.c
+++ b/
reactos/dll/win32/shell32/stubs.c
@@
-142,7
+142,7
@@
SHGetUnreadMailCountW(HKEY hKeyUser,
{
FIXME("SHGetUnreadMailCountW() stub\n");
return E_FAIL;
-}
;
+}
/*
* Unimplemented