Skip to content

Commit 342a3ba

Browse files
committed
fix copy paste error
1 parent 36300c9 commit 342a3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

saveEventsFile.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,6 @@ function errorSaveEventsFile(identifier)
324324

325325
end
326326

327-
errorStruct.identifier = ['saveEventsFile:' unknownActionType];
327+
errorStruct.identifier = ['saveEventsFile:' identifier];
328328
error(errorStruct);
329329
end

0 commit comments

Comments
 (0)