summaryrefslogtreecommitdiff
path: root/source3/iniparser/src/dictionary.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/iniparser/src/dictionary.c')
-rw-r--r--source3/iniparser/src/dictionary.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/iniparser/src/dictionary.c b/source3/iniparser/src/dictionary.c
index edbd6f9a35..b9d426dc7e 100644
--- a/source3/iniparser/src/dictionary.c
+++ b/source3/iniparser/src/dictionary.c
@@ -4,7 +4,7 @@
@file dictionary.c
@author N. Devillard
@date Aug 2000
- @version $Revision: 1.23 $
+ @version $Revision: 1.25 $
@brief Implements a dictionary for string variables.
This module implements a simple dictionary object, i.e. a list
@@ -14,10 +14,10 @@
/*--------------------------------------------------------------------------*/
/*
- $Id: dictionary.c,v 1.23 2002/06/17 09:30:46 ndevilla Exp $
+ $Id: dictionary.c,v 1.25 2007-05-27 13:03:43 ndevilla Exp $
$Author: ndevilla $
- $Date: 2002/06/17 09:30:46 $
- $Revision: 1.23 $
+ $Date: 2007-05-27 13:03:43 $
+ $Revision: 1.25 $
*/
/*---------------------------------------------------------------------------