File tree 1 file changed +3
-3
lines changed
src/Import/fieldtrip/fileio/private
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1179,7 +1179,7 @@ case num2str([CONST_FLOAT CONST_UNCOMPRESSED])
1179
1179
end
1180
1180
end
1181
1181
end
1182
- clear fina_end
1182
+ clear fina_end ;
1183
1183
case ' FENA'
1184
1184
% Encryption algorithm
1185
1185
file_info.encryption = read_chars(fid ,current_length );
@@ -1253,7 +1253,7 @@ case num2str([CONST_FLOAT CONST_UNCOMPRESSED])
1253
1253
end
1254
1254
end
1255
1255
end
1256
- clear rsta_end
1256
+ clear rsta_end ;
1257
1257
case ' PNAF'
1258
1258
% Subject first name
1259
1259
file_info.subject.name.first = read_chars(fid ,current_length );
@@ -1325,7 +1325,7 @@ case num2str([CONST_FLOAT CONST_UNCOMPRESSED])
1325
1325
end
1326
1326
end
1327
1327
end
1328
- clear paad_end
1328
+ clear paad_end ;
1329
1329
case ' PALA'
1330
1330
% Subject language
1331
1331
file_info.subject.language = read_chars(fid ,current_length );
You can’t perform that action at this time.
0 commit comments