X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=lib%2Fxalloc.h;h=d20dc459c1d06334aa419f20ec7cfa47e7a2f9b5;hp=0f6879f0127c4fa57b8a06470cec3f4091b29f28;hb=cb555a94fa5188122569ed3803c463f27ccd0261;hpb=ec84142901fc685d7a08267fc0be8962e468968d diff --git a/lib/xalloc.h b/lib/xalloc.h index 0f6879f0..d20dc459 100644 --- a/lib/xalloc.h +++ b/lib/xalloc.h @@ -1,7 +1,8 @@ /* xalloc.h -- malloc with out-of-memory checking Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2003, 2004, 2006, 2007, 2008 Free Software Foundation, Inc. + 1999, 2000, 2003, 2004, 2006, 2007, 2008, 2009 Free Software + Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -108,7 +109,7 @@ char *xstrdup (char const *str) ATTRIBUTE_MALLOC; void *xnmalloc (size_t n, size_t s) ATTRIBUTE_MALLOC; void *xnrealloc (void *p, size_t n, size_t s); void *x2nrealloc (void *p, size_t *pn, size_t s); - char *xcharalloc (size_t n) ATTRIBUTE_MALLOC;; + char *xcharalloc (size_t n) ATTRIBUTE_MALLOC; # endif # ifdef static_inline