aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall/source/Interface.h
diff options
context:
space:
mode:
authorSteffen Pankratz <kratz00@gmx.de>2016-03-06 16:31:00 +0100
committerSteffen Pankratz <kratz00@gmx.de>2016-03-06 16:31:00 +0100
commite8a77e66862daac5a3bab825a375fbb43b8b5b8b (patch)
treeebda084ff2495cdc48b61931187066484c7bf19a /heimdall/source/Interface.h
parent86b7be8329fc5e14e016968b6b1bf22a6ef821d1 (diff)
downloadexternal_heimdall-e8a77e66862daac5a3bab825a375fbb43b8b5b8b.zip
external_heimdall-e8a77e66862daac5a3bab825a375fbb43b8b5b8b.tar.gz
external_heimdall-e8a77e66862daac5a3bab825a375fbb43b8b5b8b.tar.bz2
- removed superfluous semicolons from namespace definitions
Diffstat (limited to 'heimdall/source/Interface.h')
-rw-r--r--heimdall/source/Interface.h2
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