From f75062bf001e71c2924102aa0cc42c2be8b07b27 Mon Sep 17 00:00:00 2001 From: Matthew Dawson Date: Fri, 8 Jun 2012 14:43:04 +0000 Subject: [PATCH] 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 --- TTdiag.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TTdiag.m b/TTdiag.m index d06f245..1c7799f 100644 --- a/TTdiag.m +++ b/TTdiag.m @@ -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) -- GitLab