Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: third_party/libxml/triostr.c

Issue 2951008: Update libxml to 2.7.7. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
/*************************************************************************

Powered by Google App Engine
This is Rietveld 408576698