about summary refs log tree commit diff stats
path: root/forg-import.c
diff options
context:
space:
mode:
Diffstat (limited to 'forg-import.c')
-rw-r--r--forg-import.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/forg-import.c b/forg-import.c
index 9f6cdb4..30ee7fc 100644
--- a/forg-import.c
+++ b/forg-import.c
@@ -157,7 +157,8 @@ iter_files(const options_t *opts, void **aux)
         goto done;
       return opts->files[ctx->files_list.next++];
   }
-  err(EX_SOFTWARE, __FILE__ ":%d - buggy", __LINE__);
+
+  bug_abort;
 
 done:
   free(*aux);