diff options
| author | 2021-12-13 11:20:23 -0500 | |
|---|---|---|
| committer | 2021-12-13 11:45:19 -0500 | |
| commit | 734fb180bb42d361f05d1fab02323de5095e2d8d (patch) | |
| tree | 3a93a2d2ff900ffa89fc47626ffd0f64ca07a127 /src/input_common/drivers/tas_input.cpp | |
| parent | tas_input: Execute clear() even if empty (diff) | |
| download | yuzu-734fb180bb42d361f05d1fab02323de5095e2d8d.tar.gz yuzu-734fb180bb42d361f05d1fab02323de5095e2d8d.tar.xz yuzu-734fb180bb42d361f05d1fab02323de5095e2d8d.zip | |
tas_input: Remove unnecessary semicolon
Resolves a -Wextra-semi warning
Diffstat (limited to 'src/input_common/drivers/tas_input.cpp')
| -rw-r--r-- | src/input_common/drivers/tas_input.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/drivers/tas_input.cpp b/src/input_common/drivers/tas_input.cpp index bd4e411c9..1617ba1d4 100644 --- a/src/input_common/drivers/tas_input.cpp +++ b/src/input_common/drivers/tas_input.cpp | |||
| @@ -65,7 +65,7 @@ Tas::Tas(const std::string& input_engine_) : InputCommon::InputEngine(input_engi | |||
| 65 | 65 | ||
| 66 | Tas::~Tas() { | 66 | Tas::~Tas() { |
| 67 | Stop(); | 67 | Stop(); |
| 68 | }; | 68 | } |
| 69 | 69 | ||
| 70 | void Tas::LoadTasFiles() { | 70 | void Tas::LoadTasFiles() { |
| 71 | script_length = 0; | 71 | script_length = 0; |