aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall/source/InfoAction.h
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2016-04-02 00:49:09 +1100
committerBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2016-04-02 00:49:09 +1100
commit7ebee1e87728a468bda9547c83b42317acd0e676 (patch)
treeebda084ff2495cdc48b61931187066484c7bf19a /heimdall/source/InfoAction.h
parent86b7be8329fc5e14e016968b6b1bf22a6ef821d1 (diff)
parente8a77e66862daac5a3bab825a375fbb43b8b5b8b (diff)
downloadexternal_heimdall-7ebee1e87728a468bda9547c83b42317acd0e676.zip
external_heimdall-7ebee1e87728a468bda9547c83b42317acd0e676.tar.gz
external_heimdall-7ebee1e87728a468bda9547c83b42317acd0e676.tar.bz2
Merge pull request #333 from kratz00/superfluous_semicolon
- removed superfluous semicolons from namespace definitions
Diffstat (limited to 'heimdall/source/InfoAction.h')
-rw-r--r--heimdall/source/InfoAction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/heimdall/source/InfoAction.h b/heimdall/source/InfoAction.h
index 6727502..89fec36 100644
--- a/heimdall/source/InfoAction.h
+++ b/heimdall/source/InfoAction.h
@@ -28,7 +28,7 @@ namespace Heimdall
extern const char *usage;
int Execute(int argc, char **argv);
- };
+ }
}
#endif