diff options
| author | 2014-11-18 08:27:16 -0500 | |
|---|---|---|
| committer | 2014-11-18 08:27:16 -0500 | |
| commit | 1a8f466217f5dddc7343faa68c5c3f0370b79ef3 (patch) | |
| tree | c6a292e938eba90c8b92f32d42f90c5905f63d7f /src/core/core_timing.h | |
| parent | Merge pull request #200 from lioncash/statics (diff) | |
| download | yuzu-1a8f466217f5dddc7343faa68c5c3f0370b79ef3.tar.gz yuzu-1a8f466217f5dddc7343faa68c5c3f0370b79ef3.tar.xz yuzu-1a8f466217f5dddc7343faa68c5c3f0370b79ef3.zip | |
Remove extraneous semicolons
Diffstat (limited to 'src/core/core_timing.h')
| -rw-r--r-- | src/core/core_timing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core_timing.h b/src/core/core_timing.h index 09fdf7a90..b197cf40c 100644 --- a/src/core/core_timing.h +++ b/src/core/core_timing.h | |||
| @@ -106,4 +106,4 @@ void SetClockFrequencyMHz(int cpuMhz); | |||
| 106 | int GetClockFrequencyMHz(); | 106 | int GetClockFrequencyMHz(); |
| 107 | extern int slicelength; | 107 | extern int slicelength; |
| 108 | 108 | ||
| 109 | }; // namespace | 109 | } // namespace |