mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-04 03:58:32 +00:00
Add newline
This commit is contained in:
parent
6b7e00ddcc
commit
fcdb73c453
@ -3173,7 +3173,7 @@ static void cmd_esil_mem(RCore *core, const char *input) {
|
||||
char nomalloc[256];
|
||||
char *p;
|
||||
if (!esil) {
|
||||
eprintf ("Y U NO aei first?!!");
|
||||
eprintf ("Y U NO aei first?!!\n");
|
||||
return;
|
||||
}
|
||||
if (*input == '?') {
|
||||
|
Loading…
Reference in New Issue
Block a user