From e79c33c93fe3a3c78cbf5b6173bff90cbee68ba3 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Wed, 27 Jun 2018 10:05:52 -0700 Subject: [PATCH] BResources SetToImage docs: update variable name in retval (tiny) --- docs/user/storage/Resources.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/storage/Resources.dox b/docs/user/storage/Resources.dox index fbdc954104..713f6dc0f9 100644 --- a/docs/user/storage/Resources.dox +++ b/docs/user/storage/Resources.dox @@ -208,7 +208,7 @@ \returns A status code. \retval B_OK Everything went fine. - \retval B_ENTRY_NOT_FOUND The file referenced by \a ref couldn't be found. + \retval B_ENTRY_NOT_FOUND The file referenced by \a image couldn't be found. \retval B_ERROR Failed to initialize the object. \since Haiku R1