diff options
author | Benjamin Dobell <benjamin.dobell+github@glassechidna.com.au> | 2016-04-01 15:49:09 +0200 |
---|---|---|
committer | Benjamin Dobell <benjamin.dobell+github@glassechidna.com.au> | 2016-04-01 15:49:09 +0200 |
commit | 7ebee1e87728a468bda9547c83b42317acd0e676 (patch) | |
tree | ebda084ff2495cdc48b61931187066484c7bf19a /heimdall/source/PrintPitAction.h | |
parent | Merge pull request #332 from kratz00/unused_variables (diff) | |
parent | - removed superfluous semicolons from namespace definitions (diff) | |
download | Heimdall-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/PrintPitAction.h')
-rw-r--r-- | heimdall/source/PrintPitAction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heimdall/source/PrintPitAction.h b/heimdall/source/PrintPitAction.h index 948f0bd..ff2831b 100644 --- a/heimdall/source/PrintPitAction.h +++ b/heimdall/source/PrintPitAction.h @@ -28,7 +28,7 @@ namespace Heimdall extern const char *usage; int Execute(int argc, char **argv); - }; + } } #endif |