summaryrefslogtreecommitdiffstats
path: root/encryptgpk/encryptgpk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'encryptgpk/encryptgpk.cpp')
-rw-r--r--encryptgpk/encryptgpk.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/encryptgpk/encryptgpk.cpp b/encryptgpk/encryptgpk.cpp
index f5cc361..1e8ea8e 100644
--- a/encryptgpk/encryptgpk.cpp
+++ b/encryptgpk/encryptgpk.cpp
@@ -80,7 +80,7 @@ static const uint8_t kInitVector[] = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12,
typedef std::vector<std::string> string_vector_t;
// prototypes
-int main(int argc, char* argv[], char* envp[]);
+int main(int argc, char* argv[]);
/*!
* \brief Class that encapsulates the sbtool interface.
@@ -423,7 +423,7 @@ public:
/*!
* Main application entry point. Creates an sbtool instance and lets it take over.
*/
-int main(int argc, char* argv[], char* envp[])
+int main(int argc, char* argv[])
{
try
{