aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/tapefs/zipfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/tapefs/zipfs.c')
-rw-r--r--src/cmd/tapefs/zipfs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cmd/tapefs/zipfs.c b/src/cmd/tapefs/zipfs.c
index e9354f7b..8725e0c9 100644
--- a/src/cmd/tapefs/zipfs.c
+++ b/src/cmd/tapefs/zipfs.c
@@ -154,7 +154,7 @@ doread(Ram *r, vlong off, long cnt)
sysfatal("%d - unsupported compression method", zh.meth);
break;
}
-
+
return buf;
}
@@ -382,4 +382,3 @@ msdos2time(int time, int date)
return tm2sec(&tm);
}
-