diff options
author | Slávek Banko <[email protected]> | 2016-11-12 16:30:43 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-11-12 16:31:12 +0100 |
commit | df11fa8daa57ec3b3983735bd339916fd492efe1 (patch) | |
tree | 165f642b4eafe099ecb8ed600d19d2046a93e3a7 | |
parent | 32f820e4ba09475decb0fd34653959651b956f5f (diff) | |
download | tdelibs-df11fa8daa57ec3b3983735bd339916fd492efe1.tar.gz tdelibs-df11fa8daa57ec3b3983735bd339916fd492efe1.zip |
Fix FTBFS with clang
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 1ae867ab67d4b696d8280159614e0542cc18a8d2)
-rw-r--r-- | tdeabc/tests/testaddresseelist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |