From db5b8e29f734df77458f9ae1348ca3218c22ead2 Mon Sep 17 00:00:00 2001 From: Dmitry Gorbachev Date: Thu, 20 Aug 2009 06:54:44 +0000 Subject: [PATCH] No bug is too trivial to report: - remove a stray semicolon (bug #4804). svn path=/trunk/; revision=42789 --- reactos/hal/halx86/mp/mpsirql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/hal/halx86/mp/mpsirql.c b/reactos/hal/halx86/mp/mpsirql.c index a3480180401..d86bdce8706 100644 --- a/reactos/hal/halx86/mp/mpsirql.c +++ b/reactos/hal/halx86/mp/mpsirql.c @@ -15,7 +15,7 @@ #define NDEBUG #include -/* GLOBALS ******************************************************************/; +/* GLOBALS ******************************************************************/ /* FUNCTIONS ****************************************************************/