Skip to content

Commit 7257021

Browse files
authored
Merge branch 'dev' into doc
2 parents df401f5 + 987dd49 commit 7257021

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/saveEventsFile.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
function printHeaderExtraColumns(logFile)
192192
% print any extra column specified by the user
193193

194-
[namesExtraColumns, logFile] = returnNamesExtraColumns(logFile);
194+
[namesExtraColumns] = returnNamesExtraColumns(logFile);
195195

196196
for iExtraColumn = 1:numel(namesExtraColumns)
197197

src/utils/returnNamesExtraColumns.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% (C) Copyright 2020 CPP_BIDS developers
22

3-
function [namesExtraColumns, logfile] = returnNamesExtraColumns(logFile)
3+
function [namesExtraColumns] = returnNamesExtraColumns(logFile)
44
%
55
% It returns the extra columns name(s), in ``cfg.extraColumns``, as header to add to the
66
% ``event`` file

0 commit comments

Comments
 (0)