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 | |
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 '')
-rw-r--r-- | heimdall/source/ClosePcScreenAction.h | 2 | ||||
-rw-r--r-- | heimdall/source/DetectAction.h | 2 | ||||
-rw-r--r-- | heimdall/source/DownloadPitAction.h | 2 | ||||
-rw-r--r-- | heimdall/source/FlashAction.h | 2 | ||||
-rw-r--r-- | heimdall/source/HelpAction.h | 2 | ||||
-rw-r--r-- | heimdall/source/InfoAction.h | 2 | ||||
-rw-r--r-- | heimdall/source/Interface.h | 2 | ||||
-rw-r--r-- | heimdall/source/PrintPitAction.h | 2 | ||||
-rw-r--r-- | heimdall/source/VersionAction.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/heimdall/source/ClosePcScreenAction.h b/heimdall/source/ClosePcScreenAction.h index a3def99..58cbdee 100644 --- a/heimdall/source/ClosePcScreenAction.h +++ b/heimdall/source/ClosePcScreenAction.h @@ -28,7 +28,7 @@ namespace Heimdall extern const char *usage; int Execute(int argc, char **argv); - }; + } } #endif diff --git a/heimdall/source/DetectAction.h b/heimdall/source/DetectAction.h index b706db6..b4bcd59 100644 --- a/heimdall/source/DetectAction.h +++ b/heimdall/source/DetectAction.h @@ -28,7 +28,7 @@ namespace Heimdall extern const char *usage; int Execute(int argc, char **argv); - }; + } } #endif 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 diff --git a/heimdall/source/FlashAction.h b/heimdall/source/FlashAction.h index d837374..dcc969e 100644 --- a/heimdall/source/FlashAction.h +++ b/heimdall/source/FlashAction.h @@ -28,7 +28,7 @@ namespace Heimdall extern const char *usage; int Execute(int argc, char **argv); - }; + } } #endif 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 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 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 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 diff --git a/heimdall/source/VersionAction.h b/heimdall/source/VersionAction.h index 9a1e6ce..9dee26f 100644 --- a/heimdall/source/VersionAction.h +++ b/heimdall/source/VersionAction.h @@ -28,7 +28,7 @@ namespace Heimdall extern const char *usage; int Execute(int argc, char **argv); - }; + } } #endif |