diff options
Diffstat (limited to '')
-rw-r--r-- | heimdall/source/Interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heimdall/source/Interface.h b/heimdall/source/Interface.h index e4c89d7..a3fb1d7 100644 --- a/heimdall/source/Interface.h +++ b/heimdall/source/Interface.h @@ -74,7 +74,7 @@ namespace Heimdall void PrintPit(const libpit::PitData *pitData); void SetStdoutErrors(bool enabled); - }; + } } #endif |