summaryrefslogtreecommitdiff
path: root/runoff1
diff options
context:
space:
mode:
authorRuss Cox <[email protected]>2009-07-12 19:07:30 -0700
committerRuss Cox <[email protected]>2009-07-12 19:07:30 -0700
commitfd8e3681010b2beea2f409038b5936831c9c8d50 (patch)
tree1b6e907bebf5967b0bcd092ef94321bd6388559f /runoff1
parent4ed996f552cac7fc6e9713355bdd36e303c76b72 (diff)
downloadxv6-labs-fd8e3681010b2beea2f409038b5936831c9c8d50.tar.gz
xv6-labs-fd8e3681010b2beea2f409038b5936831c9c8d50.tar.bz2
xv6-labs-fd8e3681010b2beea2f409038b5936831c9c8d50.zip
remove //DOC in the right place
Diffstat (limited to 'runoff1')
-rwxr-xr-xrunoff11
1 files changed, 0 insertions, 1 deletions
diff --git a/runoff1 b/runoff1
index 44fdcbe..ba42e8f 100755
--- a/runoff1
+++ b/runoff1
@@ -19,7 +19,6 @@ $linenum = 0;
foreach (@lines) {
$linenum++;
chomp;
- s!//DOC.*!!;
s/\s+$//;
if(length() >= 75){
print STDERR "$file:$linenum: line too long\n";