This commit is contained in:
maliakal_d 2020-09-15 11:09:37 +02:00
parent 092b3fa8b9
commit 46b75c1429

View File

@ -39,7 +39,7 @@ int Local_Init(struct LocalLinkInterface *ll, unsigned int ll_fifo_badr) {
close(fd);
if (plb_ll_fifo_ptr == MAP_FAILED) {
LOG(logERROR, ("mmap error for local link\n")));
LOG(logERROR, ("mmap error for local link\n"));
return 0;
}