Skip to content

Commit 8c35a0d

Browse files
committed
Update GEDeIdentify.m
1 parent a6d9902 commit 8c35a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GEDeIdentify.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ function GEDeIdentify(fnames)
231231
fseek(pfile_fid, 1500, 'bof');
232232
hdr.series_offset = fread(pfile_fid, 1, 'integer*4');
233233
elseif rdbm_rev_num > 11.0
234-
chkRev = {'14.3','16','20.006','20.007','24','26.002','27','27.001','28.002','28.003',,'30','30.1'};
234+
chkRev = {'14.3','16','20.006','20.007','24','26.002','27','27.001','28.002','28.003','30','30.1'};
235235
if ~any(strcmp(num2str(rdbm_rev_num), chkRev))
236236
fclose(pfile_fid);
237237
fclose(pfile_fid_noID);

0 commit comments

Comments
 (0)