Index: bfd/hash.c |
diff --git a/bfd/hash.c b/bfd/hash.c |
index 1de2c2a85b07a65323ff744440631b184361fc23..f2dce4cd18df2a5869239789b6dbaa636ebb4905 100644 |
--- a/bfd/hash.c |
+++ b/bfd/hash.c |
@@ -1,6 +1,6 @@ |
/* hash.c -- hash table routines for BFD |
Copyright 1993, 1994, 1995, 1997, 1999, 2001, 2002, 2003, 2004, 2005, |
- 2006, 2007, 2009, 2010, 2011 Free Software Foundation, Inc. |
+ 2006, 2007, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. |
Written by Steve Chamberlain <sac@cygnus.com> |
This file is part of BFD, the Binary File Descriptor library. |
@@ -538,7 +538,7 @@ bfd_hash_insert (struct bfd_hash_table *table, |
table->frozen = 1; |
return hashp; |
} |
- memset ((PTR) newtable, 0, alloc); |
+ memset (newtable, 0, alloc); |
for (hi = 0; hi < table->size; hi ++) |
while (table->table[hi]) |