remove return

This commit is contained in:
Marty Kraimer
2000-02-28 15:41:14 +00:00
parent 2ed0736bd0
commit 0b3c540b4f

View File

@@ -121,7 +121,7 @@ inline void osiThread::resume ()
inline void osiThread::getName (char *name, size_t size) const
{
return threadGetName (this->id, name, size);
threadGetName (this->id, name, size);
}
inline unsigned osiThread::getPriority () const