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

Unified Diff: third_party/libxml/trio.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/trio.c
diff --git a/third_party/libxml/trio.c b/third_party/libxml/trio.c
index 3fac2e63f3eba1809ed724bb3e8bcd5b5293c035..b116ccc363a63fc2f0c2381c84e3fd750053d57e 100644
--- a/third_party/libxml/trio.c
+++ b/third_party/libxml/trio.c
@@ -1,6 +1,6 @@
/*************************************************************************
*
- * $Id: trio.c 3600 2007-04-17 12:44:58Z veillard $
+ * $Id$
*
* Copyright (C) 1998 Bjorn Reese and Daniel Stenberg.
*
@@ -733,7 +733,7 @@ typedef struct _trio_userdef_t {
*
*************************************************************************/
-static TRIO_CONST char rcsid[] = "@(#)$Id: trio.c 3600 2007-04-17 12:44:58Z veillard $";
+static TRIO_CONST char rcsid[] = "@(#)$Id$";
/*
* Need this to workaround a parser bug in HP C/iX compiler that fails

Powered by Google App Engine
This is Rietveld 408576698