perl/modules/W3C/LinkChecker/bin checklink,4.133,4.134

Update of /sources/public/perl/modules/W3C/LinkChecker/bin
In directory hutz:/tmp/cvs-serv2175

Modified Files:
	checklink 
Log Message:
Remove (apparently harmless) stray comma.

Index: checklink
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/bin/checklink,v
retrieving revision 4.133
retrieving revision 4.134
diff -u -d -r4.133 -r4.134
--- checklink	8 Jan 2009 21:44:45 -0000	4.133
+++ checklink	10 Jan 2009 21:25:08 -0000	4.134
@@ -924,8 +924,7 @@
              &encode($Opts{_Self_URI}));
 
       printf ('<h3 class="status_progress" id="status_progress%s">Status: <span></span></h3>', $result_anchor);
-      printf("<pre class=\"progress\" id=\"pre_progress%s\">\n", , $result_anchor);
-
+      printf("<pre class=\"progress\" id=\"pre_progress%s\">\n", $result_anchor);
     }
   }
 

Received on Saturday, 10 January 2009 21:25:20 UTC