]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - test-suite/syntheticoperators.cc
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / test-suite / syntheticoperators.cc
index 429913ff55aececeba96f942c091fa084587317e..3492bb8d88c8d8066a8850ce8c01e37751eeca06 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -151,10 +151,10 @@ CheckSyntheticWorks()
 }
 
 int
-main(int argc, char **argv)
+main(int, char *[])
 {
     CheckHasExplicitWorks();
     CheckSyntheticWorks();
-    return 0;
+    return EXIT_SUCCESS;
 }