diff options
author | Steffen Pankratz <kratz00@gmx.de> | 2016-03-06 16:31:00 +0100 |
---|---|---|
committer | Steffen Pankratz <kratz00@gmx.de> | 2016-03-06 16:31:00 +0100 |
commit | e8a77e66862daac5a3bab825a375fbb43b8b5b8b (patch) | |
tree | ebda084ff2495cdc48b61931187066484c7bf19a /heimdall | |
parent | Merge pull request #332 from kratz00/unused_variables (diff) | |
download | Heimdall-e8a77e66862daac5a3bab825a375fbb43b8b5b8b.tar Heimdall-e8a77e66862daac5a3bab825a375fbb43b8b5b8b.tar.gz Heimdall-e8a77e66862daac5a3bab825a375fbb43b8b5b8b.tar.bz2 Heimdall-e8a77e66862daac5a3bab825a375fbb43b8b5b8b.tar.lz Heimdall-e8a77e66862daac5a3bab825a375fbb43b8b5b8b.tar.xz Heimdall-e8a77e66862daac5a3bab825a375fbb43b8b5b8b.tar.zst Heimdall-e8a77e66862daac5a3bab825a375fbb43b8b5b8b.zip |
Diffstat (limited to 'heimdall')
-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 |