From f4732027fa17dbee1b11570eb9fc3c23211b89e0 Mon Sep 17 00:00:00 2001 From: Tobias Becker Date: Fri, 6 Feb 2004 16:58:01 +0000 Subject: [PATCH] Fixed outdated source code comment. --- isdnlog/tools/isdnconf.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/isdnlog/tools/isdnconf.c b/isdnlog/tools/isdnconf.c index 3c89095e..352109b6 100644 --- a/isdnlog/tools/isdnconf.c +++ b/isdnlog/tools/isdnconf.c @@ -20,6 +20,9 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * $Log$ + * Revision 1.34 2002/07/04 10:29:18 paul + * "DEM" -> "EUR" + * * Revision 1.33 2000/09/01 06:30:20 paul * Now install country-de.dat as country.dat; renaming the source can be done by * someone who is more experienced with CVS. @@ -1821,7 +1824,7 @@ static int readoldconfig(char *myname) } return 0; -} /* readconfig */ +} /* readoldconfig */ /****************************************************************************/