summaryrefslogtreecommitdiff
path: root/deb-view.el
diff options
context:
space:
mode:
authorpsg <>2011-08-17 03:37:43 +0000
committerpsg <>2011-08-17 03:37:43 +0000
commit2c44e7c6436fff16a5ce3ad7e21b2f3c059313ff (patch)
tree5948bb3559944400a341783432b71f417ff59580 /deb-view.el
parent46239783878d54f34c14312c7f0028f9506bf151 (diff)
typo.
Diffstat (limited to 'deb-view.el')
-rw-r--r--deb-view.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/deb-view.el b/deb-view.el
index e9b8c3b..072fc88 100644
--- a/deb-view.el
+++ b/deb-view.el
@@ -440,7 +440,7 @@ at the prompt."
(kill-buffer data-buffer)
(kill-buffer info-buffer)
(error "%s: Not a valid package file" deb-view-buffer-name))
- (call-process-region (point-min) (point-max) "bzip2" t t nil "-cd"))))
+ (call-process-region (point-min) (point-max) "bzip2" t t nil "-cd"))
((and (goto-char 1)(re-search-forward "data.tar.xz" nil t))
(erase-buffer)
(call-process "ar" nil '(t t) nil "-p" debfile "data.tar.xz")