Fixed warning.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2678 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2003-02-10 00:20:40 +00:00
parent 2af6058585
commit 7a452094ee
2 changed files with 2 additions and 0 deletions
@@ -111,6 +111,7 @@ MimeUpdateThread::ThreadFunction()
}
DBG(OUT("(id: %ld) exiting mime update thread with result 0x%lx\n",
find_thread(NULL), err));
return err;
}
// DeviceSupportsAttributes
+1
View File
@@ -260,6 +260,7 @@ RecentEntries::Print()
counter++, (*item)->ref.device, (*item)->ref.directory, (*item)->ref.name,
(*item)->sig.c_str(), (*item)->index);
}
return B_OK;
}
// Save