diff options
author | Tony Wasserka <neobrainx@gmail.com> | 2014-11-18 14:42:48 +0100 |
---|---|---|
committer | Tony Wasserka <neobrainx@gmail.com> | 2014-11-18 14:42:48 +0100 |
commit | 9010b54a90c26f47d5002f03bb81d2d564de6c6b (patch) | |
tree | c6a292e938eba90c8b92f32d42f90c5905f63d7f /src/core/system.h | |
parent | 745b0219c5dae25d65f18ef13fd5dfd9ca23b671 (diff) | |
parent | 1a8f466217f5dddc7343faa68c5c3f0370b79ef3 (diff) |
Merge pull request #206 from lioncash/semicolon
Remove extraneous semicolons
Diffstat (limited to 'src/core/system.h')
-rw-r--r-- | src/core/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/system.h b/src/core/system.h index 8f8ddf87b..b5f0c5a55 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(); -}; +} |