Skip to content
Snippets Groups Projects
Commit f75062bf authored by Matthew Dawson's avatar Matthew Dawson
Browse files

Add missing comma in case statement.

There was a syntax error with a missing comma.  Fix.


git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@8517 57e6efec-57d4-0310-aeb1-a6c144bb1a8b
parent 0f2857ed
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ switch Action,
catch exception
msgbox(exception.identifier);
end
case 'Delete'
case 'Delete',
blockHandleTTTopMask = orig_gcbh;
data = get_param(blockHandleTTTopMask,'UserData');
if isempty(data)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment