summaryrefslogtreecommitdiff
path: root/inst/gpxread.m
diff options
context:
space:
mode:
Diffstat (limited to 'inst/gpxread.m')
-rw-r--r--inst/gpxread.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/inst/gpxread.m b/inst/gpxread.m
index 4fbc91a..16f915e 100644
--- a/inst/gpxread.m
+++ b/inst/gpxread.m
@@ -1,4 +1,4 @@
-## Copyright (C) 2018-2020 Philip Nienhuis
+## Copyright (C) 2018-2022 Philip Nienhuis
##
## This program is free software; you can redistribute it and/or modify it
## under the terms of the GNU General Public License as published by
@@ -142,8 +142,8 @@ function [outp] = gpxread (fname, varargin)
warning ("gpxread: unknown option '%s' - ignored\n", varargin{ii});
endswitch
else
- error ("gpxread: wrong argument type for arg. %d - 'FeatureType' or \
-'Index' expected", ii+1);
+ error (["gpxread: wrong argument type for arg. %d - 'FeatureType' or ", ...
+ "'Index' expected"], ii+1);
endif
endfor