Fixed warning.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2678 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -111,6 +111,7 @@ MimeUpdateThread::ThreadFunction()
|
|||||||
}
|
}
|
||||||
DBG(OUT("(id: %ld) exiting mime update thread with result 0x%lx\n",
|
DBG(OUT("(id: %ld) exiting mime update thread with result 0x%lx\n",
|
||||||
find_thread(NULL), err));
|
find_thread(NULL), err));
|
||||||
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
// DeviceSupportsAttributes
|
// DeviceSupportsAttributes
|
||||||
|
|||||||
@@ -260,6 +260,7 @@ RecentEntries::Print()
|
|||||||
counter++, (*item)->ref.device, (*item)->ref.directory, (*item)->ref.name,
|
counter++, (*item)->ref.device, (*item)->ref.directory, (*item)->ref.name,
|
||||||
(*item)->sig.c_str(), (*item)->index);
|
(*item)->sig.c_str(), (*item)->index);
|
||||||
}
|
}
|
||||||
|
return B_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Save
|
// Save
|
||||||
|
|||||||
Reference in New Issue
Block a user