Mercurial > mplayer.hg
changeset 33972:91882b432024
Cosmetic: Rename skinImageRead() parameter bf img in doxygen comment.
This is missing in r34057 and r34058.
author | ib |
---|---|
date | Mon, 05 Sep 2011 18:29:35 +0000 |
parents | 922771be85f6 |
children | 082ab13a41ab |
files | gui/skin/skin.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/skin/skin.c Mon Sep 05 16:19:04 2011 +0000 +++ b/gui/skin/skin.c Mon Sep 05 18:29:35 2011 +0000 @@ -129,7 +129,7 @@ * @brief Read a skin @a image file. * * @param fname filename (with path) - * @param bf pointer suitable to store the image data + * @param img pointer suitable to store the image data * * @return return code of #bpRead() */