Skip to content

Commit d23ea44

Browse files
marcobarilariRemi-Gau
authored andcommitted
fix bugs
1 parent f74a191 commit d23ea44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp_ptb.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function detectCppPtb()
103103
for i = 1:numel(workflowsDir)
104104
fprintf(' * %s\n', fullfile(workflowsDir{i}, '..', '..'));
105105
end
106-
error('Remove all but one with ''pathtool''' .\ n'); % or ''spm_rmpath
106+
error('Remove all but one with ''pathtool'' .\n'); % or ''spm_rmpath
107107

108108
end
109109
end

src/initPTB.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103

104104
% Mouse
105105
if cfg.hideCursor
106-
HideCursor(cfg.screen.win));
106+
HideCursor(cfg.screen.win);
107107
end
108108

109109
end

0 commit comments

Comments
 (0)