added newline to error msg
This commit is contained in:
parent
bc114cca64
commit
c0fc353932
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ size_t sml_transport_read(int fd, unsigned char *buffer, size_t max_len) {
|
|||
}
|
||||
else {
|
||||
// dont read other escaped sequences yet
|
||||
printf("error: unrecognized sequence");
|
||||
printf("error: unrecognized sequence\n");
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue