| Index: third_party/libxml/triostr.c
|
| diff --git a/third_party/libxml/triostr.c b/third_party/libxml/triostr.c
|
| index dc5592c057b84766c886116ea3ebd84726e126e4..30d13ac0624176632f87fadcd32f9ca0fcef6f45 100644
|
| --- a/third_party/libxml/triostr.c
|
| +++ b/third_party/libxml/triostr.c
|
| @@ -1,6 +1,6 @@
|
| /*************************************************************************
|
| *
|
| - * $Id: triostr.c 3600 2007-04-17 12:44:58Z veillard $
|
| + * $Id$
|
| *
|
| * Copyright (C) 2001 Bjorn Reese and Daniel Stenberg.
|
| *
|
| @@ -101,7 +101,7 @@ struct _trio_string_t
|
| */
|
|
|
| #if !defined(TRIO_MINIMAL)
|
| -static TRIO_CONST char rcsid[] = "@(#)$Id: triostr.c 3600 2007-04-17 12:44:58Z veillard $";
|
| +static TRIO_CONST char rcsid[] = "@(#)$Id$";
|
| #endif
|
|
|
| /*************************************************************************
|
|
|