aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall/source/HelpAction.h
diff options
context:
space:
mode:
Diffstat (limited to 'heimdall/source/HelpAction.h')
-rw-r--r--heimdall/source/HelpAction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/heimdall/source/HelpAction.h b/heimdall/source/HelpAction.h
index 83e1d37..ce06ac4 100644
--- a/heimdall/source/HelpAction.h
+++ b/heimdall/source/HelpAction.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010-2013 Benjamin Dobell, Glass Echidna
+/* Copyright (c) 2010-2014 Benjamin Dobell, Glass Echidna
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -28,7 +28,7 @@ namespace Heimdall
extern const char *usage;
int Execute(int argc, char **argv);
- };
+ }
}
#endif