From 9d4899110a067d4899116ac229c8b4c489096b60 Mon Sep 17 00:00:00 2001 From: Frederic Culot Date: Sun, 16 Nov 2008 17:42:53 +0000 Subject: More work on implementing user-definable keybindings --- src/htable.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/htable.h') diff --git a/src/htable.h b/src/htable.h index 7ceab4c..67d4a0d 100644 --- a/src/htable.h +++ b/src/htable.h @@ -1,4 +1,4 @@ -/* $calcurse: htable.h,v 1.2 2008/11/09 20:10:18 culot Exp $ */ +/* $Id: htable.h,v 1.3 2008/11/16 17:42:53 culot Exp $ */ /* * Copyright (c) 2008 Frederic Culot @@ -152,7 +152,7 @@ name##_HTABLE_INSERT(struct name *head, struct type *elm) \ while ((__bktp = *__bktpp)) \ { \ if (!(cmp)(elm, __bktp)) \ - return __bktp; \ + return NULL; \ else \ { \ __pos++; \ -- cgit v1.2.3-54-g00ecf