Skip to content

Commit

Permalink
CONF_RestoreWindow: Add missing CR at end of output message
Browse files Browse the repository at this point in the history
  • Loading branch information
t-b committed Aug 21, 2023
1 parent 9e2e24e commit 51e3bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages/MIES/MIES_Configuration.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ Function CONF_RestoreWindow(string fName, [string rigFile])
if(ClearRTError())
ASSERT(0, errMsg)
else
printf "Configuration restore aborted at file %s.", fullFilePath
printf "Configuration restore aborted at file %s.\r", fullFilePath
Abort
endif
endtry
Expand Down

0 comments on commit 51e3bd4

Please sign in to comment.