aboutsummaryrefslogtreecommitdiffstats
path: root/include/gdisp
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-02-15 22:23:32 +1000
committerinmarket <andrewh@inmarket.com.au>2014-02-15 22:23:32 +1000
commitbb1cd44824e0f70906c81842d7ff2852f354663e (patch)
treeedee4c86fea814a673b3654c3c67a314da1dc522 /include/gdisp
parent3ad23244f13ba4b90e954bb363dca837668c4769 (diff)
downloaduGFX-bb1cd44824e0f70906c81842d7ff2852f354663e.tar.gz
uGFX-bb1cd44824e0f70906c81842d7ff2852f354663e.tar.bz2
uGFX-bb1cd44824e0f70906c81842d7ff2852f354663e.zip
Fix naming of a parameter
Diffstat (limited to 'include/gdisp')
-rw-r--r--include/gdisp/image.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gdisp/image.h b/include/gdisp/image.h
index 77cd97e4..607f1007 100644
--- a/include/gdisp/image.h
+++ b/include/gdisp/image.h
@@ -136,7 +136,7 @@ extern "C" {
* @return GDISP_IMAGE_ERR_OK (0) on success or an error code.
*
* @param[in] img The image structure
- * @param[in] filename The open GFILE stream.
+ * @param[in] f The open GFILE stream.
*
* @pre The GFILE must be open for reading.
*
@@ -154,7 +154,7 @@ extern "C" {
* (eg GDISP_IMAGE_ERR_UNSUPPORTED_OK)
* still need to be closed when you are finished with them.
*/
- gdispImageError gdispImageOpenGFile(gdispImage *img, GFILE *filename);
+ gdispImageError gdispImageOpenGFile(gdispImage *img, GFILE *f);
/**
* @brief Open an image in a file and get it ready for drawing