From 8420a2199f3aaf0343900f067e837a9633882212 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Thu, 5 Nov 2009 13:27:52 +0000 Subject: [PATCH] [shell32] - Remove extra semicolon, spotted by Gabriel. svn path=/trunk/; revision=43973 --- reactos/dll/win32/shell32/stubs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/shell32/stubs.c b/reactos/dll/win32/shell32/stubs.c index 0056a4f2c6f..1ead574e1f4 100644 --- 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