diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2005-11-26 09:05:03 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2005-11-26 09:05:03 +0000 |
| commit | b4d05878629db369ea1c7f2ed19b884085f59d61 (patch) | |
| tree | c8bb3d44713588e83781b41dd6b9edd7babd3610 /apps/plugins/lib | |
| parent | 1946922c612634ea09bf54231b0368e8ff0f3dfb (diff) | |
| download | rockbox-b4d05878629db369ea1c7f2ed19b884085f59d61.zip rockbox-b4d05878629db369ea1c7f2ed19b884085f59d61.tar.gz rockbox-b4d05878629db369ea1c7f2ed19b884085f59d61.tar.bz2 rockbox-b4d05878629db369ea1c7f2ed19b884085f59d61.tar.xz | |
Fixed comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8067 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lib')
| -rw-r--r-- | apps/plugins/lib/gray_parm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/gray_parm.c b/apps/plugins/lib/gray_parm.c index c4ee92f..7715685 100644 --- a/apps/plugins/lib/gray_parm.c +++ b/apps/plugins/lib/gray_parm.c @@ -30,7 +30,7 @@ #include "gray.h" /* Set position of the top left corner of the greyscale overlay - Note that by is in pixel-block units (8 on Archos/SH1, 4 on H1x0) */ + Note that by is in pixel-block units (8 pixels) */ void gray_set_position(int x, int by) { _gray_info.x = x; |