From 1ae867ab67d4b696d8280159614e0542cc18a8d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 12 Nov 2016 16:30:43 +0100 Subject: Fix FTBFS with clang MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- tdeabc/tests/testaddresseelist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeabc') diff --git a/tdeabc/tests/testaddresseelist.cpp b/tdeabc/tests/testaddresseelist.cpp index 12964a687..e65d4379c 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); -- cgit v1.2.3