Skip to content

Commit

Permalink
Remove newline from message box
Browse files Browse the repository at this point in the history
  • Loading branch information
monikajaskolka committed Sep 17, 2020
1 parent 89ad6e6 commit 68504c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reqSimFcnName.m
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
else
waitfor(msgbox([inputName{1}, ...
' is already used as a Simulink Function in scope.', ...
newline, newline, 'Please enter a new name.'], dlgtitle));
char(10), 'Please enter a new name.'], dlgtitle));
end
end
simulinkFcnName = inputName{1};
Expand Down

0 comments on commit 68504c2

Please sign in to comment.