Missing newline
This commit is contained in:
parent
e7ab816787
commit
6acab4f1d5
2
baked.c
2
baked.c
@ -84,7 +84,7 @@ find_region(const char * fn)
|
||||
|
||||
if (!(start = find(buf, START))
|
||||
|| !(stop = find(start, STOP)))
|
||||
{ fprintf(stderr, "No usable format located in '%s'", fn); free(buf); return NULL; }
|
||||
{ fprintf(stderr, "No usable format located in '%s'\n", fn); free(buf); return NULL; }
|
||||
|
||||
len = stop - start - strlen(STOP);
|
||||
memmove(buf, start, len);
|
||||
|
Loading…
Reference in New Issue
Block a user