about summary refs log tree commit diff
path: root/except.i
diff options
context:
space:
mode:
Diffstat (limited to 'except.i')
-rw-r--r--except.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/except.i b/except.i
index fce1471..a2486b8 100644
--- a/except.i
+++ b/except.i
@@ -1,5 +1,5 @@
 /* guile-xapian --- Guile bindings for Xapian
- * Copyright © 2023 Arun Isaac <arunisaac@systemreboot.net>
+ * Copyright © 2023, 2026 Arun Isaac <arunisaac@systemreboot.net>
  *
  * This file is part of guile-xapian.
  *
@@ -43,7 +43,7 @@ void handle_exception() {
 
 %exception {
     try {
-	$function
+	$action
     } catch (...) {
       handle_exception();
     }