You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
499 B
14 lines
499 B
8 years ago
|
diff --git a/tdeabc/tests/testaddresseelist.cpp b/tdeabc/tests/testaddresseelist.cpp
|
||
|
index 12964a6..20617ba 100644
|
||
|
--- a/tdeabc/tests/testaddresseelist.cpp
|
||
|
+++ b/tdeabc/tests/testaddresseelist.cpp
|
||
|
@@ -17,7 +17,7 @@ static const TDECmdLineOptions options[] =
|
||
|
TDECmdLineLastOption
|
||
|
};
|
||
|
|
||
|
-int main(int /*argc*/,char /* **argv*/)
|
||
|
+int main(int /*argc*/, char** /*argv*/)
|
||
|
{
|
||
|
/* TDEAboutData aboutData("testaddresseelist","TestAddresseeList","0.1");
|
||
|
TDECmdLineArgs::init(argc, argv, &aboutData);
|