Mercurial > mplayer.hg
diff gui/win32/widgetrender.c @ 37065:b28b632efeef
Cosmetic: Revise a few comments.
| author | ib |
|---|---|
| date | Thu, 24 Apr 2014 11:31:31 +0000 |
| parents | 84c93a60ead3 |
| children |
line wrap: on
line diff
--- a/gui/win32/widgetrender.c Thu Apr 24 06:42:02 2014 +0000 +++ b/gui/win32/widgetrender.c Thu Apr 24 11:31:31 2014 +0000 @@ -129,10 +129,10 @@ * @param how 0 (cut file path and extension), * 1 (additionally, convert lower case) or * 2 (additionally, convert upper case) - * @param fname pointer to a buffer to receive the converted Filename - * @param maxlen size of @a fname buffer + * @param fname memory location of a buffer to receive the converted Filename + * @param maxlen size of the @a fname buffer * - * @return pointer to @a fname buffer + * @return pointer to the @a fname buffer */ static char *TranslateFilename (int how, char *fname, size_t maxlen) {
