Skip to content

Commit f0b70d1

Browse files
authored
Update cleanUp.m
1 parent 3b9ad77 commit f0b70d1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

cleanUp.m

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@ function cleanUp()
1717
sca;
1818

1919
% Shut down connection with Eyelink
20-
try
21-
Eyelink('shutdown')
22-
catch
23-
end
24-
Eyelink('shutdown');
20+
try
21+
Eyelink('shutdown')
22+
catch
2523
end
2624

2725
% Close Psychportaudio if open

0 commit comments

Comments
 (0)