summaryrefslogtreecommitdiff
path: root/beos
diff options
context:
space:
mode:
Diffstat (limited to 'beos')
-rw-r--r--beos/thumbnail.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/thumbnail.cpp b/beos/thumbnail.cpp
index dacefed41..80944a52b 100644
--- a/beos/thumbnail.cpp
+++ b/beos/thumbnail.cpp
@@ -54,7 +54,7 @@ extern status_t ScaleBitmap(const BBitmap& inBitmap, BBitmap& outBitmap);
*
* \param content content structure to thumbnail
* \param bitmap the bitmap to draw to
- * \param url the URL the thumnail belongs to, or NULL
+ * \return true on success and bitmap updated else false
*/
bool thumbnail_create(hlcache_handle *content, struct bitmap *bitmap)
{