aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall/source/DownloadPitAction.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/DownloadPitAction.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/DownloadPitAction.h')
-rw-r--r--heimdall/source/DownloadPitAction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/heimdall/source/DownloadPitAction.h b/heimdall/source/DownloadPitAction.h
index 6c5f6c3..e93dcb5 100644
--- a/heimdall/source/DownloadPitAction.h
+++ b/heimdall/source/DownloadPitAction.h
@@ -28,7 +28,7 @@ namespace Heimdall
extern const char *usage;
int Execute(int argc, char **argv);
- };
+ }
}
#endif