summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toot.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/toot.scm b/toot.scm
index 0ce5b26..a27c052 100644
--- a/toot.scm
+++ b/toot.scm
@@ -290,8 +290,8 @@
(case (attachment-type att)
((image)
(cond
- (((and (display-image?)
- (fetch-attachment-preview-pict att)))
+ ((and (display-image?)
+ (fetch-attachment-preview-pict att))
=> identity)
(else
"MEDIA: IMAGE")))