Module: sip-router
Branch: master
Commit: 3ed75d129730ffe30fb3c1d5f8fa7870c9b5516a
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3ed75d1…
Author: Timo Reimann <timo.reimann(a)1und1.de>
Committer: Timo Reimann <timo.reimann(a)1und1.de>
Date: Thu Aug 5 18:17:01 2010 +0200
modules_k/dialog: Remove trailing whitespace.
---
modules_k/dialog/dlg_hash.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules_k/dialog/dlg_hash.c b/modules_k/dialog/dlg_hash.c
index 58332a6..b004cef 100644
--- a/modules_k/dialog/dlg_hash.c
+++ b/modules_k/dialog/dlg_hash.c
@@ -369,7 +369,7 @@ struct dlg_cell* lookup_dlg( unsigned int h_entry, unsigned int h_id,
unsigned i
if (del != NULL)
*del = 0;
-
+
if (h_entry>=d_table->size)
goto not_found;