summaryrefslogtreecommitdiffstats
path: root/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'parser.c')
-rw-r--r--parser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/parser.c b/parser.c
index 527b94c3..3a14d4ed 100644
--- a/parser.c
+++ b/parser.c
@@ -596,8 +596,8 @@ void open_txr_file(val spec_file, val *txr_lisp_p, val *name, val *stream,
#ifdef ENOENT
except:
#endif
- uw_throwf(errno_to_file_error(errno),
- lit("unable to open ~a"), spec_file_try, nao);
+ uw_ethrowf(errno_to_file_error(errno),
+ lit("unable to open ~a"), spec_file_try, nao);
}
found: