summaryrefslogtreecommitdiffstats
path: root/heimdall/source/HelpAction.h
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2016-04-01 15:49:09 +0200
committerBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2016-04-01 15:49:09 +0200
commit7ebee1e87728a468bda9547c83b42317acd0e676 (patch)
treeebda084ff2495cdc48b61931187066484c7bf19a /heimdall/source/HelpAction.h
parentMerge pull request #332 from kratz00/unused_variables (diff)
parent- removed superfluous semicolons from namespace definitions (diff)
downloadHeimdall-7ebee1e87728a468bda9547c83b42317acd0e676.tar
Heimdall-7ebee1e87728a468bda9547c83b42317acd0e676.tar.gz
Heimdall-7ebee1e87728a468bda9547c83b42317acd0e676.tar.bz2
Heimdall-7ebee1e87728a468bda9547c83b42317acd0e676.tar.lz
Heimdall-7ebee1e87728a468bda9547c83b42317acd0e676.tar.xz
Heimdall-7ebee1e87728a468bda9547c83b42317acd0e676.tar.zst
Heimdall-7ebee1e87728a468bda9547c83b42317acd0e676.zip
Diffstat (limited to 'heimdall/source/HelpAction.h')
-rw-r--r--heimdall/source/HelpAction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/heimdall/source/HelpAction.h b/heimdall/source/HelpAction.h
index bb27790..ce06ac4 100644
--- a/heimdall/source/HelpAction.h
+++ b/heimdall/source/HelpAction.h
@@ -28,7 +28,7 @@ namespace Heimdall
extern const char *usage;
int Execute(int argc, char **argv);
- };
+ }
}
#endif