Skip to content

Commit 99e7b7a

Browse files
committed
small change
1 parent 44319de commit 99e7b7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Import/fieldtrip/fileio/private/read_besa_besa.m

+3-3
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ case num2str([CONST_FLOAT CONST_UNCOMPRESSED])
11791179
end
11801180
end
11811181
end
1182-
clear fina_end
1182+
clear fina_end;
11831183
case 'FENA'
11841184
% Encryption algorithm
11851185
file_info.encryption = read_chars(fid,current_length);
@@ -1253,7 +1253,7 @@ case num2str([CONST_FLOAT CONST_UNCOMPRESSED])
12531253
end
12541254
end
12551255
end
1256-
clear rsta_end
1256+
clear rsta_end;
12571257
case 'PNAF'
12581258
% Subject first name
12591259
file_info.subject.name.first = read_chars(fid,current_length);
@@ -1325,7 +1325,7 @@ case num2str([CONST_FLOAT CONST_UNCOMPRESSED])
13251325
end
13261326
end
13271327
end
1328-
clear paad_end
1328+
clear paad_end;
13291329
case 'PALA'
13301330
% Subject language
13311331
file_info.subject.language = read_chars(fid,current_length);

0 commit comments

Comments
 (0)