From 1a8f466217f5dddc7343faa68c5c3f0370b79ef3 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 18 Nov 2014 08:27:16 -0500 Subject: Remove extraneous semicolons --- src/core/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/system.h') diff --git a/src/core/system.h b/src/core/system.h index 8f8ddf87..b5f0c5a5 100644 --- a/src/core/system.h +++ b/src/core/system.h @@ -30,4 +30,4 @@ void RunLoopFor(int cycles); void RunLoopUntil(u64 global_cycles); void Shutdown(); -}; +} -- cgit v1.2.3