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


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/dic/hashtable.c
Date: Fri, 04 Nov 2005 15:00:16 -0500

Index: eliot/dic/hashtable.c
diff -u eliot/dic/hashtable.c:1.3 eliot/dic/hashtable.c:1.4
--- eliot/dic/hashtable.c:1.3   Sun Oct 23 14:53:43 2005
+++ eliot/dic/hashtable.c       Fri Nov  4 20:00:06 2005
@@ -17,10 +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 2005/10/23 14:53:43 ipkiss Exp $
- */
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -143,7 +139,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]