From 95a0c43781ba694f3acf77fabcb80d0c48debce6 Mon Sep 17 00:00:00 2001 From: Ward Wouts Date: Tue, 24 Jun 2003 19:35:56 +0000 Subject: [PATCH] eeps syntax error --- trunk/ripnews/ripnews.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/ripnews/ripnews.rb b/trunk/ripnews/ripnews.rb index a3bd713..afeca2d 100755 --- a/trunk/ripnews/ripnews.rb +++ b/trunk/ripnews/ripnews.rb @@ -1,6 +1,6 @@ #!/usr/local/bin/ruby -w -# $Dwarf: ripnews.rb,v 1.71 2003/06/20 22:20:35 ward Exp $ +# $Dwarf: ripnews.rb,v 1.72 2003/06/24 19:03:42 ward Exp $ # $Source$ require 'date' @@ -483,7 +483,7 @@ trap("HUP") { puts "Rereading config...\n" parse_config(@defaults) check_config - puts "Done reading config\n + puts "Done reading config\n" } @maxfilelength = get_max_file_length(@config[@config.keys[0]]["TEMPDIR"])