mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-11 19:17:22 +00:00
Remove hardcoded CR('\r') from 'lib/ipmi_main.c'.
This commit is contained in:
parent
fb75f8d8fc
commit
e6db6a04b5
@ -272,7 +272,7 @@ void ipmi_catch_sigint()
|
|||||||
{
|
{
|
||||||
if (ipmi_main_intf != NULL)
|
if (ipmi_main_intf != NULL)
|
||||||
{
|
{
|
||||||
printf("\r\nSIGN INT: Close Interface %s\r\n",ipmi_main_intf->desc);
|
printf("\nSIGN INT: Close Interface %s\n",ipmi_main_intf->desc);
|
||||||
ipmi_main_intf->close(ipmi_main_intf);
|
ipmi_main_intf->close(ipmi_main_intf);
|
||||||
}
|
}
|
||||||
exit(-1);
|
exit(-1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user