diff options
Diffstat (limited to 'index.html')
-rwxr-xr-x | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1275,7 +1275,7 @@ case 'ExplicitOutBlock': ifaceFuncName='OUT_f'; break; case 'ImplicitInBlock': ifaceFuncName='INIMPL_f'; break; case 'ImplicitOutBlock': ifaceFuncName='OUTIMPL_f'; break; - default: cell.interfaceFunctionName; + default: ifaceFuncName=cell.interfaceFunctionName; } var details_instance=null |