From 0ef5a4eb5da6dedf8e98d9adba22e6030d7eb86c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 27 Apr 2021 17:07:39 +0200 Subject: indexamajig: Fix an error message --- src/indexamajig.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/indexamajig.c') diff --git a/src/indexamajig.c b/src/indexamajig.c index 524022b2..7389ad39 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -1052,8 +1052,8 @@ int main(int argc, char *argv[]) /* Load data template (new API) */ args.iargs.dtempl = data_template_new_from_file(args.geom_filename); if ( args.iargs.dtempl == NULL ) { - ERROR("Failed to read detector geometry from '%s'" - " (for new API)\n", args.geom_filename); + ERROR("Failed to read detector geometry from '%s'\n", + args.geom_filename); return 1; } -- cgit v1.2.3