diff options
Diffstat (limited to '')
-rw-r--r-- | heimdall/source/VersionAction.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |