--- embedaddon/miniupnpc/minixml.c	2012/02/21 23:16:22	1.1.1.1
+++ embedaddon/miniupnpc/minixml.c	2013/07/22 00:36:10	1.1.1.2
@@ -1,10 +1,10 @@
-/* $Id: minixml.c,v 1.1.1.1 2012/02/21 23:16:22 misho Exp $ */
+/* $Id: minixml.c,v 1.1.1.2 2013/07/22 00:36:10 misho Exp $ */
 /* minixml.c : the minimum size a xml parser can be ! */
 /* Project : miniupnp
  * webpage: http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
  * Author : Thomas Bernard
 
-Copyright (c) 2005-2011, Thomas BERNARD 
+Copyright (c) 2005-2011, Thomas BERNARD
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
@@ -149,7 +149,7 @@ static void parseelt(struct xmlparser * p)
 							return;
 					}
 					if(memcmp(p->xml, "<![CDATA[", 9) == 0)
-					{ 
+					{
 						/* CDATA handling */
 						p->xml += 9;
 						data = p->xml;