mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-03 12:16:44 +02:00
fix invalid usage of stderr and incorrect formatting
This commit is contained in:
@ -391,7 +391,7 @@ void line_info_print(ToxWindow *self)
|
||||
}
|
||||
}
|
||||
|
||||
wprintw(win, "\n", line->msg);
|
||||
wprintw(win, "\n");
|
||||
break;
|
||||
|
||||
case OUT_ACTION_READ:
|
||||
|
Reference in New Issue
Block a user