eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] Changes to eliot/dic/hashtable.c [antoine-1]


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/dic/hashtable.c [antoine-1]
Date: Sun, 23 Oct 2005 16:58:30 -0400

Index: eliot/dic/hashtable.c
diff -u eliot/dic/hashtable.c:1.3.2.2 eliot/dic/hashtable.c:1.3.2.3
--- eliot/dic/hashtable.c:1.3.2.2       Sun Oct 23 18:38:18 2005
+++ eliot/dic/hashtable.c       Sun Oct 23 20:58:19 2005
@@ -17,8 +17,6 @@
 /* along with this program; if not, write to the Free Software               */
 /* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA 
*/
 
-/* $Id: hashtable.c,v 1.3.2.2 2005/10/23 18:38:18 afrab Exp $ */
-
 /**
  *  \file   hashtable.c
  *  \brief  Simple hashtable type
@@ -148,7 +146,7 @@
 
 int
 hash_add(Hash_table hashtable,
-        void* key, unsigned int keysize, 
+        void* key, unsigned int keysize,
         void* value, unsigned int valuesize)
 {
   Hash_node *entry;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]