tweak tweak
authorShawn Boyette <sboyette@esilibrary.com>
Tue, 23 Sep 2008 03:06:21 +0000 (03:06 +0000)
committerShawn Boyette <sboyette@esilibrary.com>
Tue, 23 Sep 2008 03:06:21 +0000 (03:06 +0000)
yaz-cleanup

index e1e0d0c..ddfb1ae 100755 (executable)
@@ -162,8 +162,8 @@ sub update_linecontext {
 #-----------------------------------------------------------------------------------
 
 sub print_context {
-    print "\n    Tag: ",$reccontext{tag}, " Ind1: '",
-      $reccontext{ind1},"' Ind2: '", $reccontext{ind2}, "'";
+    print "\n    Tag: ",$reccontext{tag}, " Ind1:'",
+      $reccontext{ind1},"' Ind2:'", $reccontext{ind2}, "'";
     print_linecontext();
     return 0;
 }