summaryrefslogtreecommitdiffstats
path: root/freebsd/tdelibs/files/patch-bp000-fix-ftbfs-with-clang.diff
blob: d19f0a0334080ced34205af6c5306cfecbb388ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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);