Skip to content

Commit 3f1f47e

Browse files
Merge branch 'DisableConversion' of https://github.com/McSCert/Simulink-Module into DisableConversion
2 parents 4bdb97f + 68504c2 commit 3f1f47e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reqSimFcnName.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
break
2929
else
3030
waitfor(msgbox([inputName{1}, ...
31-
' is already used as a Simulink Function in scope.', ...
32-
newline, newline, 'Please enter a new name.'], dlgtitle));
31+
' is already used as a Simulink Function in scope.', ...
32+
char(10), 'Please enter a new name.'], dlgtitle));
3333
end
3434
end
3535
simulinkFcnName = inputName{1};

0 commit comments

Comments
 (0)