diff options
Diffstat (limited to '')
-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 |