Skip to content

Commit

Permalink
improved output in file_readBV for concat case
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminBlankertz committed Dec 10, 2013
1 parent 7211155 commit ab389a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fileio/file_readBV.m
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
if length(fileNames)>1,
if opt.Verbose,
fprintf('concatenating files in the following order:\n');
fprintf('%s\n', str_vec2str(fileNames));
fprintf(' %s\n', fileNames{:});
end
end

Expand Down

0 comments on commit ab389a5

Please sign in to comment.