summaryrefslogtreecommitdiffstats
path: root/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'match.c')
-rw-r--r--match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/match.c b/match.c
index d7ae2894..dd9cbc42 100644
--- a/match.c
+++ b/match.c
@@ -3047,7 +3047,7 @@ static val v_output(match_files_ctx *c)
val alist;
fpip_t fp;
- if (eq(first(dest_spec), nothrow_k)) {
+ if (first(dest_spec) == nothrow_k) {
if (rest(dest_spec))
sem_error(specline, lit("material after :nothrow in output"), nao);
} else if (!keywordp(first(dest_spec))) {