Selaa lähdekoodia

2009-12-09 Tatsuhiro Tsujikawa <[email protected]>

	Fixed the bug that line separator is missing in horizontal bar.
	* doc/xmlrpc/aria2mon
Tatsuhiro Tsujikawa 16 vuotta sitten
vanhempi
sitoutus
cf24e86f81
2 muutettua tiedostoa jossa 6 lisäystä ja 1 poistoa
  1. 5 0
      ChangeLog
  2. 1 1
      doc/xmlrpc/aria2mon

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+2009-12-09  Tatsuhiro Tsujikawa  <[email protected]>
+
+	Fixed the bug that line separator is missing in horizontal bar.
+	* doc/xmlrpc/aria2mon
+
 2009-12-09  Tatsuhiro Tsujikawa  <[email protected]>
 
 	Updated usage text for --metalink-file option.

+ 1 - 1
doc/xmlrpc/aria2mon

@@ -142,5 +142,5 @@ result.each { |entry|
       print "\n"
     end
   end
-  print "--------------------------------------------------------------------------------"
+  print "--------------------------------------------------------------------------------\n"
 }