]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/dlink.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / dlink.cc
index feb923f0dbee38cef5881992508e01257ed6a00a..656aa0a1d17d359a49940368914c9b250c0f6d03 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.
@@ -104,3 +104,4 @@ dlinkDelete(dlink_node * m, dlink_list * list)
 
     m->next = m->prev = NULL;
 }
+