]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - compat/assert.cc
SourceFormat Enforcement
[thirdparty/squid.git] / compat / assert.cc
index 183f5340ea9765ba00598976bfc0abadfa761f89..ce4aa950f7b356f51a8d7727ec99ea0f89fc8073 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -13,3 +13,4 @@ void xassert(const char *expr, const char *file, int line)
     fprintf(stderr, "assertion failed: %s:%d: \"%s\"\n", file, line, expr);
     abort();
 }
+