From 2c48e3397d3b32993f8a67c1eb9c0adbb296a0fa Mon Sep 17 00:00:00 2001 From: Nathan Giddings Date: Thu, 9 Jul 2020 17:30:48 -0500 Subject: [PATCH] Removed extra closing brace --- src/inthandlers.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/inthandlers.cpp b/src/inthandlers.cpp index f5330b2..64eb7d7 100644 --- a/src/inthandlers.cpp +++ b/src/inthandlers.cpp @@ -14,4 +14,3 @@ void pageFaultHandler(unsigned int error) } -}